Searched refs:stepping (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/x86/iommu/
H A Dintel_quirks.c69 u_int stepping; member in struct:intel_dmar_quirk_cpu
91 u_int ext_family, ext_model, family_code, model, stepping; local
121 stepping = p[0] & CPUID_STEPPING;
128 (cpu_quirk->stepping == -1 ||
129 cpu_quirk->stepping == stepping)) {
172 .stepping = 6, .quirk = cpu_e5_am9,
/freebsd-10.2-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h106 int stepping; member in struct:process_info
H A Dfbsd-low.c83 If we were single-stepping this process using PT_STEP,
106 if (get_thread_process (current_inferior)->stepping)
490 event_child->stepping, 0);
503 event_child->stepping,
521 /* bp_reinsert will only be set if we were single-stepping.
523 a gdbserver breakpoint; single-stepping to/over one
532 /* Clear the single-stepping flag and SIGTRAP as we resume. */
582 /* If we were single-stepping, we definitely want to report the
584 clear the stepping flag; in general this does not matter,
587 consistency anyway. It's safe to clear the stepping fla
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/
H A Di386-stub.c746 int sigval, stepping; local
787 stepping = 0;
883 stepping = 1;
894 /* set the trace bit if we're stepping */
895 if (stepping)
H A Dinfrun.c119 If we are stepping at the source level, we don't want to see any of
146 getting the (possibly confusing) stepping behavior is better than
484 thread here so that we can resume single-stepping it later. */
529 wants to interrupt some lengthy single-stepping operation
546 /* Some targets (e.g. Solaris x86) have a kernel bug when stepping
730 before calling here, if you are stepping.
1257 supposed to be stepping at the assembly language level
1277 subroutine call, but stepping over the signal
1302 are thinking of stepping into, step into it.
1375 /* If we're software-single-stepping, the
[all...]
/freebsd-10.2-release/lib/libc/rpc/
H A Dgetrpcent.c105 int stepping; member in struct:nis_state
455 st->stepping = 0;
466 st->stepping = 0;
483 if (!st->stepping) {
492 st->stepping = 1;
502 st->stepping = 0;
582 st->stepping = 0;
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
H A Dsol2-gc1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
/freebsd-10.2-release/sys/xen/interface/
H A Dplatform.h462 uint32_t stepping; member in struct:xenpf_pcpu_version
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx.c1428 int stepping; local
1436 stepping = FALSE;
1471 if (stepping == FALSE) {
1489 * leave it on while single stepping.
1496 stepping = TRUE;
1506 if (stepping) {
H A Daic79xx.c2595 int stepping; local
2609 stepping = FALSE;
2651 printf("%s: Single stepping at 0x%x\n", ahd_name(ahd),
2654 if (stepping == FALSE) {
2676 * on while single stepping.
2680 stepping = TRUE;
2690 if (stepping) {

Completed in 271 milliseconds