Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
97 ThreadPlanSP ThreadPlanShouldStopHere::DefaultStepFromHereCallback( in DefaultStepFromHereCallback()
[all …]
H A DThreadPlanStepInRange.cpp30 ThreadPlanShouldStopHere::eStepInAvoidNoDebug;
45 ThreadPlanShouldStopHere(this), m_step_past_prologue(true), in ThreadPlanStepInRange()
61 ThreadPlanShouldStopHere(this), m_step_past_prologue(true), in ThreadPlanStepInRange()
88 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
90 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
104 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
106 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
402 should_stop_here = ThreadPlanShouldStopHere::DefaultShouldStopHereCallback( in DefaultShouldStopHereCallback()
H A DThreadPlanStepOverRange.cpp41 ThreadPlanShouldStopHere(this), m_first_resume(true) { in ThreadPlanStepOverRange()
95 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
97 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
101 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
H A DThreadPlanStepOut.cpp42 ThreadPlanShouldStopHere(this), m_step_from_insn(LLDB_INVALID_ADDRESS), in ThreadPlanStepOut()
166 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
168 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h35 class ThreadPlanShouldStopHere {
69 ThreadPlanShouldStopHere(ThreadPlan *owner);
71 ThreadPlanShouldStopHere(ThreadPlan *owner,
74 virtual ~ThreadPlanShouldStopHere();
88 ThreadPlanShouldStopHere::DefaultShouldStopHereCallback; in SetShouldStopHereCallbacks()
91 ThreadPlanShouldStopHere::DefaultStepFromHereCallback; in SetShouldStopHereCallbacks()
136 DISALLOW_COPY_AND_ASSIGN(ThreadPlanShouldStopHere);
H A DThreadPlanStepInRange.h22 public ThreadPlanShouldStopHere {
68 ThreadPlanShouldStopHere::ThreadPlanShouldStopHereCallbacks callbacks( in SetCallbacks()
H A DThreadPlanStepOverRange.h21 ThreadPlanShouldStopHere {
H A DThreadPlanStepOut.h19 class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile563 SRCS+= Target/ThreadPlanShouldStopHere.cpp