Home
last modified time | relevance | path

Searched refs:ThreadPlanStepThrough (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp26 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough() function in ThreadPlanStepThrough
72 ThreadPlanStepThrough::~ThreadPlanStepThrough() { ClearBackstopBreakpoint(); } in ~ThreadPlanStepThrough()
74 void ThreadPlanStepThrough::DidPush() { in DidPush()
113 void ThreadPlanStepThrough::GetDescription(Stream *s, in GetDescription()
129 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan()
160 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop()
214 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, in DoWillResume()
219 bool ThreadPlanStepThrough::WillStop() { return true; } in WillStop()
221 void ThreadPlanStepThrough::ClearBackstopBreakpoint() { in ClearBackstopBreakpoint()
229 bool ThreadPlanStepThrough::MischiefManaged() { in MischiefManaged()
[all …]
H A DThread.cpp1341 new ThreadPlanStepThrough(*this, return_stack_id, stop_other_threads)); in QueueThreadPlanForStepThrough()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepThrough.h17 class ThreadPlanStepThrough : public ThreadPlan {
19 ~ThreadPlanStepThrough() override;
34 ThreadPlanStepThrough(Thread &thread, StackID &return_stack_id,
56 ThreadPlanStepThrough(const ThreadPlanStepThrough &) = delete;
57 const ThreadPlanStepThrough &
58 operator=(const ThreadPlanStepThrough &) = delete;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h227 class ThreadPlanStepThrough; variable
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile626 SRCS+= Target/ThreadPlanStepThrough.cpp