Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp32 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;
61 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut
86 ThreadPlanStepOut::ThreadPlanStepOut(Thread &thread, bool stop_others, in ThreadPlanStepOut() function in ThreadPlanStepOut
108 void ThreadPlanStepOut::SetupReturnAddress( in SetupReturnAddress()
125 m_step_out_to_inline_plan_sp = std::make_shared<ThreadPlanStepOut>( in SetupReturnAddress()
128 static_cast<ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get()) in SetupReturnAddress()
202 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug()
222 void ThreadPlanStepOut::DidPush() { in DidPush()
230 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut()
235 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription()
[all …]
H A DThread.cpp1348 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut()
1362 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop()
1366 ThreadPlanStepOut *new_plan = in QueueThreadPlanForStepOutNoShouldStop()
1367 static_cast<ThreadPlanStepOut *>(thread_plan_sp.get()); in QueueThreadPlanForStepOutNoShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h18 class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {
23 ThreadPlanStepOut(Thread &thread, SymbolContext *addr_context,
31 ThreadPlanStepOut(Thread &thread, bool stop_others, Vote report_stop_vote,
36 ~ThreadPlanStepOut() override;
55 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()
103 ThreadPlanStepOut(const ThreadPlanStepOut &) = delete;
104 const ThreadPlanStepOut &operator=(const ThreadPlanStepOut &) = delete;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp20 #include "lldb/Target/ThreadPlanStepOut.h"
245 : ThreadPlanStepOut(thread, nullptr, true /* first instruction */, false, in AppleThreadPlanStepThroughDirectDispatch()
310 if (ThreadPlanStepOut::DoPlanExplainsStop(event_ptr)) in DoPlanExplainsStop()
354 ThreadPlanStepOut::DoWillResume(resume_state, current_plan); in DoWillResume()
364 const bool step_out_should_stop = ThreadPlanStepOut::ShouldStop(event_ptr); in ShouldStop()
427 return ThreadPlanStepOut::MischiefManaged(); in MischiefManaged()
H A DAppleThreadPlanStepThroughObjCTrampoline.h83 class AppleThreadPlanStepThroughDirectDispatch: public ThreadPlanStepOut {
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h248 class ThreadPlanStepOut; variable
/freebsd/lib/clang/liblldb/
H A DMakefile700 SRCS+= Target/ThreadPlanStepOut.cpp