Home
last modified time | relevance | path

Searched refs:single_stepping (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/
H A Dlocation_descriptor.h31 LocationDescriptor(u32 arm_pc, PSR cpsr, FPSCR fpscr, bool single_stepping = false)
35 , single_stepping(single_stepping) in arm_pc()
44 single_stepping = (o.Value() >> 32) & 4; in LocationDescriptor()
55 bool SingleStepping() const { return single_stepping; } in SingleStepping()
58 …return std::tie(arm_pc, cpsr, fpscr, single_stepping) == std::tie(o.arm_pc, o.cpsr, o.fpscr, singl…
66 return LocationDescriptor(new_arm_pc, cpsr, fpscr, single_stepping); in SetPC()
77 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in SetTFlag()
84 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in SetEFlag()
95 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in AdvanceIT()
109 const u64 single_stepping_u64 = single_stepping ? 4 : 0; in UniqueHash()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/
H A Dlocation_descriptor.h31 LocationDescriptor(u32 arm_pc, PSR cpsr, FPSCR fpscr, bool single_stepping = false)
35 , single_stepping(single_stepping) in arm_pc()
44 single_stepping = (o.Value() >> 32) & 4; in LocationDescriptor()
55 bool SingleStepping() const { return single_stepping; } in SingleStepping()
58 …return std::tie(arm_pc, cpsr, fpscr, single_stepping) == std::tie(o.arm_pc, o.cpsr, o.fpscr, singl…
66 return LocationDescriptor(new_arm_pc, cpsr, fpscr, single_stepping); in SetPC()
77 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in SetTFlag()
84 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in SetEFlag()
95 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in AdvanceIT()
109 const u64 single_stepping_u64 = single_stepping ? 4 : 0; in UniqueHash()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/
H A Dlocation_descriptor.h31 LocationDescriptor(u32 arm_pc, PSR cpsr, FPSCR fpscr, bool single_stepping = false)
35 , single_stepping(single_stepping) in arm_pc()
44 single_stepping = (o.Value() >> 32) & 4; in LocationDescriptor()
55 bool SingleStepping() const { return single_stepping; } in SingleStepping()
58 …return std::tie(arm_pc, cpsr, fpscr, single_stepping) == std::tie(o.arm_pc, o.cpsr, o.fpscr, singl…
66 return LocationDescriptor(new_arm_pc, cpsr, fpscr, single_stepping); in SetPC()
77 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in SetTFlag()
84 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in SetEFlag()
95 return LocationDescriptor(arm_pc, new_cpsr, fpscr, single_stepping); in AdvanceIT()
109 const u64 single_stepping_u64 = single_stepping ? 4 : 0; in UniqueHash()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dx86-arch.c193 unsigned int *single_stepping = NULL; variable
221 single_stepping = pc; in arch_do_displaced_inst()
234 *(single_stepping-3) = single_step_save1; in restore_breakpoint_from_single_step()
235 *(single_stepping-2) = single_step_save2; in restore_breakpoint_from_single_step()
236 *(single_stepping-1) = single_step_save3; in restore_breakpoint_from_single_step()
242 (char *)single_stepping) && in restore_breakpoint_from_single_step()
244 (char *)single_stepping + BREAKPOINT_WIDTH)) { in restore_breakpoint_from_single_step()
247 arch_install_breakpoint(single_stepping); in restore_breakpoint_from_single_step()
250 single_stepping = NULL; in restore_breakpoint_from_single_step()
284 if (single_stepping) { in sigtrap_handler()
H A Dx86-64-arch.c253 unsigned int *single_stepping = NULL; variable
281 single_stepping = pc; in arch_do_displaced_inst()
318 *(single_stepping-3) = single_step_save1; in restore_breakpoint_from_single_step()
319 *(single_stepping-2) = single_step_save2; in restore_breakpoint_from_single_step()
320 *(single_stepping-1) = single_step_save3; in restore_breakpoint_from_single_step()
326 (char *)single_stepping) && in restore_breakpoint_from_single_step()
328 (char *)single_stepping + BREAKPOINT_WIDTH)) { in restore_breakpoint_from_single_step()
331 arch_install_breakpoint(single_stepping); in restore_breakpoint_from_single_step()
334 single_stepping = NULL; in restore_breakpoint_from_single_step()
343 if (single_stepping) { in sigtrap_handler()
H A Darch.h54 extern unsigned int * single_stepping;
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Dsignal.c485 unsigned long single_stepping = ptrace_cancel_bpt(current); in do_signal() local
491 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
497 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
517 if (single_stepping) in do_signal()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/kernel/
H A Dsignal.c485 unsigned long single_stepping = ptrace_cancel_bpt(current); in do_signal() local
491 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
497 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
517 if (single_stepping) in do_signal()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/kernel/
H A Dsignal.c485 unsigned long single_stepping = ptrace_cancel_bpt(current); in do_signal() local
491 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
497 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
517 if (single_stepping) in do_signal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Target/
H A DThreadPlanStack.h53 void EnableTracer(bool value, bool single_stepping);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Target/
H A DThreadPlanStack.h53 void EnableTracer(bool value, bool single_stepping);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Target/
H A DThreadPlanStack.h51 void EnableTracer(bool value, bool single_stepping);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Target/
H A DThreadPlanStack.h51 void EnableTracer(bool value, bool single_stepping);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DThreadPlanStack.cpp127 void ThreadPlanStack::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
131 plan->GetThreadPlanTracer()->EnableSingleStep(single_stepping); in EnableTracer()
H A DThread.cpp1184 void Thread::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
1185 GetPlans().EnableTracer(value, single_stepping); in EnableTracer()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DThreadPlanStack.cpp127 void ThreadPlanStack::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
131 plan->GetThreadPlanTracer()->EnableSingleStep(single_stepping); in EnableTracer()
H A DThread.cpp1168 void Thread::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
1169 GetPlans().EnableTracer(value, single_stepping); in EnableTracer()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DThreadPlanStack.cpp127 void ThreadPlanStack::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
131 plan->GetThreadPlanTracer()->EnableSingleStep(single_stepping); in EnableTracer()
H A DThread.cpp1184 void Thread::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
1185 GetPlans().EnableTracer(value, single_stepping); in EnableTracer()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DThreadPlanStack.cpp127 void ThreadPlanStack::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
131 plan->GetThreadPlanTracer()->EnableSingleStep(single_stepping); in EnableTracer()
H A DThread.cpp1184 void Thread::EnableTracer(bool value, bool single_stepping) { in EnableTracer() argument
1185 GetPlans().EnableTracer(value, single_stepping); in EnableTracer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dtraps.c573 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) macro
588 #define single_stepping(regs) ((regs)->msr & MSR_SE) macro
1131 if (single_stepping(regs)) in emulate_single_step()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dtraps.c573 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) macro
588 #define single_stepping(regs) ((regs)->msr & MSR_SE) macro
1131 if (single_stepping(regs)) in emulate_single_step()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dtraps.c573 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) macro
588 #define single_stepping(regs) ((regs)->msr & MSR_SE) macro
1131 if (single_stepping(regs)) in emulate_single_step()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Test/
H A Ddtest-app.cs333 single_stepping (); in Main()
423 public static void single_stepping () { in single_stepping() method in Tests

12