Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepThrough.cpp27 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough() function in ThreadPlanStepThrough
74 ThreadPlanStepThrough::~ThreadPlanStepThrough() { ClearBackstopBreakpoint(); } in ~ThreadPlanStepThrough()
76 void ThreadPlanStepThrough::DidPush() { in DidPush()
81 void ThreadPlanStepThrough::LookForPlanToStepThroughFromCurrentPC() { in LookForPlanToStepThroughFromCurrentPC()
116 void ThreadPlanStepThrough::GetDescription(Stream *s, in GetDescription()
132 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan()
155 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
163 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop()
213 bool ThreadPlanStepThrough::StopOthers() { return m_stop_others; } in StopOthers()
215 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
[all …]
HDThread.cpp1456 new ThreadPlanStepThrough(*this, return_stack_id, stop_other_threads)); in QueueThreadPlanForStepThrough()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanStepThrough.h17 class ThreadPlanStepThrough : public ThreadPlan {
19 ~ThreadPlanStepThrough() override;
34 ThreadPlanStepThrough(Thread &thread, StackID &return_stack_id,
56 DISALLOW_COPY_AND_ASSIGN(ThreadPlanStepThrough);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h246 class ThreadPlanStepThrough; variable
/freebsd-11-stable/lib/clang/liblldb/
HDMakefile592 SRCS+= Target/ThreadPlanStepThrough.cpp