Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepInstruction.cpp23 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction
36 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;
38 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()
52 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()
82 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()
88 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
97 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()
127 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()
236 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers()
238 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()
[all …]
DCMakeLists.txt59 ThreadPlanStepInstruction.cpp
DThread.cpp1253 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepInstruction.h18 class ThreadPlanStepInstruction : public ThreadPlan {
20 ThreadPlanStepInstruction(Thread &thread, bool step_over, bool stop_others,
23 ~ThreadPlanStepInstruction() override;
52 ThreadPlanStepInstruction(const ThreadPlanStepInstruction &) = delete;
53 const ThreadPlanStepInstruction &
54 operator=(const ThreadPlanStepInstruction &) = delete;
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp224 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h222 class ThreadPlanStepInstruction; variable