Home
last modified time | relevance | path

Searched refs:ThreadPlanStepInstruction (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp26 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction
39 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;
41 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()
54 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()
84 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()
90 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
99 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()
127 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()
240 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()
244 bool ThreadPlanStepInstruction::WillStop() { return true; } in WillStop()
[all …]
H A DThread.cpp1376 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepInstruction.h19 class ThreadPlanStepInstruction : public ThreadPlan {
21 ThreadPlanStepInstruction(Thread &thread, bool step_over, bool stop_others,
24 ~ThreadPlanStepInstruction() override;
53 DISALLOW_COPY_AND_ASSIGN(ThreadPlanStepInstruction);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp150 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h258 class ThreadPlanStepInstruction; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile565 SRCS+= Target/ThreadPlanStepInstruction.cpp