Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm32r-stub.c211 int sigval, stepping; in handle_exception() local
315 stepping = 0; in handle_exception()
450 stepping = 1; in handle_exception()
456 if (stepping) /* single-stepping */ in handle_exception()
1133 int stepping; /* true when we've started a single-step */ member
1143 } stepping; variable
1172 for (p = (unsigned char *) &stepping;
1173 p < ((unsigned char *) &stepping) + sizeof (stepping); p++)
1188 stepping.noop_addr = pc - 2;
1189 stepping.noop_save = *(unsigned short *) stepping.noop_addr;
[all …]
H A Dm68k-stub.c818 int sigval, stepping; in handle_exception() local
837 stepping = 0; in handle_exception()
928 stepping = 1; in handle_exception()
940 if (stepping) in handle_exception()
H A Di386-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()
H A Dsh-stub.c658 int sigval, stepping; in gdb_handle_exception() local
687 stepping = 0; in gdb_handle_exception()
765 stepping = 1; in gdb_handle_exception()
772 if (stepping) in gdb_handle_exception()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp102 {"stepping", cpu_info.stepping}, in toJSON()
109 uint64_t family, model, stepping; in fromJSON() local
111 o.map("model", model) && o.map("stepping", stepping))) in fromJSON()
116 cpu_info.stepping = stepping; in fromJSON()
H A DTraceIntelPT.cpp492 int64_t stepping = -1; in GetCPUInfoForLiveProcess() local
516 columns[1].getAsInteger(10, stepping)) in GetCPUInfoForLiveProcess()
525 if ((cpu_family != -1) && (model != -1) && (stepping != -1) && in GetCPUInfoForLiveProcess()
530 static_cast<uint8_t>(stepping)}; in GetCPUInfoForLiveProcess()
/openbsd-src/sys/arch/i386/pci/
H A Dichpcib.c175 int family, model, stepping, brandid, ret; in ichss_present() local
184 stepping = ci->ci_signature & 15; in ichss_present()
197 switch(stepping) { in ichss_present()
214 if (stepping == 1) in ichss_present()
/openbsd-src/sys/arch/i386/stand/libsa/
H A Dexec_i386.c159 uint32_t model, family, stepping; in ucode_load() local
204 stepping = (signature >> 0) & 0x0f; in ucode_load()
209 cmd.bootdev, family, model, stepping); in ucode_load()
/openbsd-src/sys/arch/amd64/stand/efiboot/
H A Dexec_i386.c171 uint32_t model, family, stepping; in ucode_load() local
194 stepping = (signature >> 0) & 0x0f; in ucode_load()
199 cmd.bootdev, family, model, stepping); in ucode_load()
/openbsd-src/sys/arch/amd64/stand/libsa/
H A Dexec_i386.c193 uint32_t model, family, stepping; in ucode_load() local
216 stepping = (signature >> 0) & 0x0f; in ucode_load()
221 cmd.bootdev, family, model, stepping); in ucode_load()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_dmc.c199 char stepping; member
284 char stepping; member
314 si->stepping = step_name[0]; in intel_get_stepping_info()
626 if ((fw_info->substepping == '*' && si->stepping == fw_info->stepping) || in fw_info_matches_stepping()
627 (si->stepping == fw_info->stepping && si->substepping == fw_info->substepping) || in fw_info_matches_stepping()
633 (si->stepping == '*' && si->substepping == fw_info->substepping) || in fw_info_matches_stepping()
634 (fw_info->stepping == '*' && fw_info->substepping == '*')) in fw_info_matches_stepping()
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c108 if (get_thread_process (current_inferior)->stepping) in get_stop_pc()
525 event_child->stepping, 0); in linux_wait_for_event()
540 event_child->stepping, in linux_wait_for_event()
628 if (event_child->stepping) in linux_wait_for_event()
630 event_child->stepping = 0; in linux_wait_for_event()
919 process->stepping = step; in linux_resume_one_process()
973 step = process->stepping || process->resume->step; in linux_continue_one_thread()
H A Dlinux-low.h104 int stepping; member
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td148 def UseFastStepping: Property<"use-fast-stepping", "Boolean">,
150 …Desc<"Use a fast stepping algorithm based on running from branch to branch rather than instruction…
229 …Desc<"If true, warn when stopped in code that is optimized where stepping and variable availabilit…
245 …Desc<"If true, stepping operations will run all threads. This is equivalent to setting the run-mo…
282 Desc<"A list of libraries that source stepping won't stop in.">;
/openbsd-src/etc/
H A DMAKEDEV.mi131 dnl dodisk(name, unit, blkmaj, chrmaj, unit, off[, stepping])
148 dnl dodisk2(name, unit, blkmaj, chrmaj, unit, off[, stepping])
/openbsd-src/sys/arch/amd64/amd64/
H A Dcpu.c325 int stepping = CPUID2STEPPING(ci->ci_signature); in replacemds()
352 ((model == 0x55 && stepping <= 5) || model == 0x4e || in replacemds()
353 model == 0x5e || (model == 0x8e && stepping <= 0xb) || in replacemds()
354 (model == 0x9e && stepping <= 0xc))) { in replacemds()
324 int stepping = CPUID2STEPPING(ci->ci_signature); replacemds() local
/openbsd-src/gnu/gcc/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
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
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
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
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h182 uint32_t stepping);
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToUpdateDebugInfo.rst42 source locations, even though this may lead to jumpy single-stepping
85 single-stepping (or breakpoint) behavior. Often, merged instructions are memory
115 single-stepping experience. The rule for
133 The purpose of this rule is to prevent erratic or misleading single-stepping
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dprojects.rst90 and other things like the scripted stepping operations and any fancier
180 that makes stepping less efficient, since now you have to fetch the thread list
181 on every step or stepping doesn't work correctly. This is especially an issue
260 implement stepping, this savings could be significant on slow connections.
391 point if you know the exception will unwind past the frame you were stepping in,
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog199 Merged Yusuf's changes to make software single stepping work.
221 single stepping through Thumb IT blocks.
225 properly handles Thumb IT software single stepping.
249 single stepping.
289 will log and exit when we are verifying software single stepping (a
296 software single stepping.
593 (DNBArchMachARM::EnableHardwareSingleStep): Handle hardware single stepping
597 if single stepping wasn't able to complete in a single run.
599 if stepping is not complete.
857 * FunctionProfiler.cpp: New class that allows single stepping through
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DTODO175 interactions between longjmp and watchpoints, breakpoints, stepping,
186 Test stepping into functions which are one line long and functions

1234