Home
last modified time | relevance | path

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

12

/freebsd-11-stable/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,
/freebsd-11-stable/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()
/freebsd-11-stable/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
/freebsd-11-stable/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
/freebsd-11-stable/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
/freebsd-11-stable/lib/libc/rpc/
HDgetrpcent.c104 int stepping; member
458 st->stepping = 0; in nis_rpcent()
469 st->stepping = 0; in nis_rpcent()
489 if (!st->stepping) { in nis_rpcent()
498 st->stepping = 1; in nis_rpcent()
508 st->stepping = 0; in nis_rpcent()
591 st->stepping = 0; in nis_setrpcent()
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_utility.cpp160 p->stepping = get_value(buf.eax, 0, 0x0f); in __kmp_query_cpuid()
165 p->family, p->model, p->stepping)); in __kmp_query_cpuid()
HDkmp_stats.cpp775 __kmp_cpuinfo.family, __kmp_cpuinfo.model, __kmp_cpuinfo.stepping); in printHeaderInfo()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTargetProperties.td123 def UseFastStepping: Property<"use-fast-stepping", "Boolean">,
125 …Desc<"Use a fast stepping algorithm based on running from branch to branch rather than instruction…
190 …Desc<"If true, warn when stopped in code that is optimized where stepping and variable availabilit…
227 Desc<"A list of libraries that source stepping won't stop in.">;
/freebsd-11-stable/contrib/gcc/config/i386/
HDsol2-c1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
HDsol2-gc1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDOptions.td890 Desc<"A boolean value that sets whether stepping into functions will step "
894 Desc<"A boolean value, if true stepping out of functions will continue to"
897 Desc<"How many times to perform the stepping operation - currently only "
900 Group<1>, Arg<"LineNum">, Desc<"The line at which to stop stepping - "
907 "threads while stepping the current thread.">;
910 "function names to not to stop at when stepping in.">;
913 "function step in should stop at when stepping into.">;
923 "threads while stepping this one">;
/freebsd-11-stable/sys/xen/interface/
HDplatform.h505 uint32_t stepping; member
/freebsd-11-stable/contrib/sqlite3/tea/win/
HDrules.vc184 !message *** Compiler has 'B-stepping errata workarounds'
187 !message *** Compiler does not have 'B-stepping errata workarounds'
/freebsd-11-stable/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 …]
/freebsd-11-stable/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()
/freebsd-11-stable/contrib/binutils/ld/emultempl/
HDsunos.em379 while we are stepping through this loop. */

12