Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp23 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction
37 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;
39 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()
53 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()
83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()
89 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
98 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()
128 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()
239 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()
243 bool ThreadPlanStepInstruction::WillStop() { return true; } in WillStop()
[all …]
H A DCMakeLists.txt62 ThreadPlanStepInstruction.cpp
H A DThread.cpp1240 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A 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;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn86 "ThreadPlanStepInstruction.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp214 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h231 class ThreadPlanStepInstruction; variable
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3841 lldb/include/lldb/Target/ThreadPlanStepInstruction.h