Home
last modified time | relevance | path

Searched refs:ThreadPlanShouldStopHere (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp22 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere(ThreadPlan *owner) in ThreadPlanShouldStopHere() function in ThreadPlanShouldStopHere
24 m_flags(ThreadPlanShouldStopHere::eNone) { in ThreadPlanShouldStopHere()
26 ThreadPlanShouldStopHere::DefaultShouldStopHereCallback; in ThreadPlanShouldStopHere()
28 ThreadPlanShouldStopHere::DefaultStepFromHereCallback; in ThreadPlanShouldStopHere()
31 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere( in ThreadPlanShouldStopHere() function in ThreadPlanShouldStopHere
35 m_flags(ThreadPlanShouldStopHere::eNone) { in ThreadPlanShouldStopHere()
39 ThreadPlanShouldStopHere::~ThreadPlanShouldStopHere() = default;
41 bool ThreadPlanShouldStopHere::InvokeShouldStopHereCallback( in InvokeShouldStopHereCallback()
60 bool ThreadPlanShouldStopHere::DefaultShouldStopHereCallback( in DefaultShouldStopHereCallback()
88 flags.Test(ThreadPlanShouldStopHere::eStepOutPastThunks)) { in DefaultShouldStopHereCallback()
[all …]
H A DThreadPlanStepInRange.cpp30 ThreadPlanShouldStopHere::eStepInAvoidNoDebug |
31 ThreadPlanShouldStopHere::eStepOutPastThunks;
44 ThreadPlanShouldStopHere(this), m_step_past_prologue(true), in ThreadPlanStepInRange()
71 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
73 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
87 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
89 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
368 should_stop_here = ThreadPlanShouldStopHere::DefaultShouldStopHereCallback( in DefaultShouldStopHereCallback()
H A DThreadPlanStepOverRange.cpp41 ThreadPlanShouldStopHere(this), TimeoutResumeAll(thread), in ThreadPlanStepOverRange()
96 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
98 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
102 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
H A DThreadPlanStepOut.cpp68 ThreadPlanShouldStopHere(this), m_step_from_insn(LLDB_INVALID_ADDRESS), in ThreadPlanStepOut()
93 ThreadPlanShouldStopHere(this), m_return_bp_id(LLDB_INVALID_BREAK_ID), in ThreadPlanStepOut()
217 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
219 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h34 class ThreadPlanShouldStopHere {
67 ThreadPlanShouldStopHere(ThreadPlan *owner);
69 ThreadPlanShouldStopHere(ThreadPlan *owner,
72 virtual ~ThreadPlanShouldStopHere();
86 ThreadPlanShouldStopHere::DefaultShouldStopHereCallback; in SetShouldStopHereCallbacks()
89 ThreadPlanShouldStopHere::DefaultStepFromHereCallback; in SetShouldStopHereCallbacks()
134 ThreadPlanShouldStopHere(const ThreadPlanShouldStopHere &) = delete;
135 const ThreadPlanShouldStopHere &
136 operator=(const ThreadPlanShouldStopHere &) = delete;
H A DThreadPlanStepInRange.h21 public ThreadPlanShouldStopHere {
62 ThreadPlanShouldStopHere::ThreadPlanShouldStopHereCallbacks callbacks( in SetCallbacks()
H A DThreadPlanStepOverRange.h21 ThreadPlanShouldStopHere,
H A DThreadPlanStepOut.h18 class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp271 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
273 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
276 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
/freebsd/lib/clang/liblldb/
H A DMakefile695 SRCS+= Target/ThreadPlanShouldStopHere.cpp