Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 25 of 36) sorted by relevance

12

/NextBSD/sys/x86/iommu/
HDintel_quirks.c70 u_int stepping; member
96 u_int ext_family, ext_model, family_code, model, stepping; in dmar_match_quirks() local
127 stepping = p[0] & CPUID_STEPPING; in dmar_match_quirks()
134 (cpu_quirk->stepping == -1 || in dmar_match_quirks()
135 cpu_quirk->stepping == stepping)) { in dmar_match_quirks()
215 .stepping = 6, .quirk = cpu_e5_am9,
/NextBSD/sys/dev/hwpmc/
HDhwpmc_intel.c81 int error, model, nclasses, ncpus, stepping, verov; in pmc_intel_initialize() local
93 stepping = cpu_id & 0xF; in pmc_intel_initialize()
125 if (stepping == 0x7) { in pmc_intel_initialize()
/NextBSD/sys/gnu/dts/arm/
HDkirkwood-rd88f6281-z0.dts2 * Marvell RD88F6181 Z0 stepping descrition
11 * stepping of the SoC. The ethernet switch has a "wan" port.
HDkirkwood-rd88f6281-a.dts11 * higher stepping of the SoC. The ethernet switch does not have a
/NextBSD/contrib/gdb/gdb/
HDi386-stub.c746 int sigval, stepping; in handle_exception() local
787 stepping = 0; in handle_exception()
883 stepping = 1; in handle_exception()
895 if (stepping) in handle_exception()
HDinfrun.c2777 still stepping in same function; in handle_inferior_event()
HDNEWS1264 GDB includes speedups for downloading and stepping MIPS systems using
1839 John M. Farrell discovered that the reason that single-stepping was so
1870 needs to make a quick decision about single-stepping or conditional
2081 GDB is now capable of stepping and nexting over longjmp(), _longjmp(), and
/NextBSD/gnu/usr.bin/gdb/gdbserver/
HDfbsd-low.c106 if (get_thread_process (current_inferior)->stepping) in get_stop_pc()
490 event_child->stepping, 0); in fbsd_wait_for_event()
503 event_child->stepping, in fbsd_wait_for_event()
591 if (event_child->stepping) in fbsd_wait_for_event()
593 event_child->stepping = 0; in fbsd_wait_for_event()
858 process->stepping = step; in fbsd_resume_one_process()
912 step = process->stepping || process->resume->step; in fbsd_continue_one_thread()
HDfbsd-low.h106 int stepping; member
/NextBSD/lib/libc/rpc/
HDgetrpcent.c105 int stepping; member
455 st->stepping = 0; in nis_rpcent()
466 st->stepping = 0; in nis_rpcent()
483 if (!st->stepping) { in nis_rpcent()
492 st->stepping = 1; in nis_rpcent()
502 st->stepping = 0; in nis_rpcent()
582 st->stepping = 0; in nis_setrpcent()
/NextBSD/contrib/gcc/config/i386/
HDsol2-gc1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
HDsol2-c1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
/NextBSD/sys/xen/interface/
HDplatform.h505 uint32_t stepping; member
/NextBSD/contrib/gdb/gdb/doc/
HDgdb.info-12270 or hardware. GDB does software watchpointing by single-stepping your
2579 breakpoints; see *Note Continuing and stepping: Continuing and
2671 Continuing and stepping: Continuing and Stepping.
2893 Continuing and stepping
2897 completes normally. In contrast, "stepping" means executing just one
2900 command you use). Either when continuing or when stepping, your
2929 A typical technique for using stepping is to set a breakpoint (*note
2965 breakpoint is reached, or a signal not related to stepping occurs
2966 before COUNT steps, stepping stops right away.
2986 information rather than stepping over it.
[all …]
HDgdb.texinfo2715 hardware. @value{GDBN} does software watchpointing by single-stepping your
3073 stepping}.)
3177 Stepping,,Continuing and stepping}.
3427 @section Continuing and stepping
3429 @cindex stepping
3433 completes normally. In contrast, @dfn{stepping} means executing just
3436 particular command you use). Either when continuing or when stepping,
3469 A typical technique for using stepping is to set a breakpoint
3513 breakpoint is reached, or a signal not related to stepping occurs before
3514 @var{count} steps, stepping stops right away.
[all …]
HDrefcard.tex254 n &next line, stepping over function calls\cr
255 s &next line, stepping into function calls\cr
HDgdb.info-2632 makes the next `continue' command or stepping command execute at
634 *Note Continuing and stepping: Continuing and Stepping.
693 stepping: Continuing and Stepping.) resumes execution until the
4058 For example, to ignore `SIGALRM' signals while single-stepping, but
6625 *stopped,reason="end-stepping-range",line="8",file="hello.c"
6654 *stopped,reason="end-stepping-range",
6776 *stopped,reason="end-stepping-range",
6781 Regular stepping:
6786 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
6816 *stopped,reason="end-stepping-range",
[all …]
HDgdbint.texinfo341 stepping. This is done with a few specialized internal breakpoints,
501 watchpoints before stepping the inferior.
3444 stepping will suffice.
3815 steps over a breakpoint by removing it, stepping one instruction, and
6594 specifically the part you are looking for by stepping through each
6596 will quickly get distracted; when the function you are stepping through
6600 functions being called by the function you are stepping through is the
6607 code, rather than actually stepping through it. The same general
6615 single-stepping works. As a @value{GDBN} user, you know that the
6616 @code{step} command invokes single-stepping. The command is invoked
HDgdb.info-31552 Internal breakpoint, used to handle correctly stepping through
2637 waiting for the continuing or stepping target, the File-I/O request is
5734 * functions without line info, and stepping: Continuing and Stepping.
6461 * stepping: Continuing and Stepping.
6462 * stepping into functions with no line info: Continuing and Stepping.
6630 * while-stepping (tracepoints): Tracepoint Actions.
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c1428 int stepping; in ahc_clear_critical_section() local
1436 stepping = FALSE; in ahc_clear_critical_section()
1471 if (stepping == FALSE) { in ahc_clear_critical_section()
1496 stepping = TRUE; in ahc_clear_critical_section()
1506 if (stepping) { in ahc_clear_critical_section()
HDaic79xx.c2591 int stepping; in ahd_clear_critical_section() local
2605 stepping = FALSE; in ahd_clear_critical_section()
2650 if (stepping == FALSE) { in ahd_clear_critical_section()
2676 stepping = TRUE; in ahd_clear_critical_section()
2686 if (stepping) { in ahd_clear_critical_section()
/NextBSD/contrib/binutils/ld/emultempl/
HDsunos.em379 while we are stepping through this loop. */
HDelf32.em916 needed list can actually grow while we are stepping through this
/NextBSD/contrib/top/
HDChanges622 that "sleep" was stepping all over it during a pause. So, I don't
/NextBSD/tools/tools/sysdoc/
HDtunables.mdoc131 Allows you to change the stepping for processor speed

12