Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
237 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers()
239 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()
[all …]
H A DStopInfo.cpp698 class ThreadPlanStepOverWatchpoint : public ThreadPlanStepInstruction {
703 : ThreadPlanStepInstruction(thread, false, true, eVoteNoOpinion, in ThreadPlanStepOverWatchpoint()
722 if (ThreadPlanStepInstruction::DoPlanExplainsStop(event_ptr)) in DoPlanExplainsStop()
740 bool should_stop = ThreadPlanStepInstruction::ShouldStop(event_ptr); in ShouldStop()
H A DThread.cpp1247 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction()
/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp214 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h242 class ThreadPlanStepInstruction; variable
/freebsd/lib/clang/liblldb/
H A DMakefile683 SRCS+= Target/ThreadPlanStepInstruction.cpp