Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp31 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;
34 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut
161 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug()
181 void ThreadPlanStepOut::DidPush() { in DidPush()
189 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut()
194 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription()
240 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan()
407 bool ThreadPlanStepOut::WillStop() { in WillStop()
417 bool ThreadPlanStepOut::MischiefManaged() { in MischiefManaged()
502 void ThreadPlanStepOut::CalculateReturnValue() { in CalculateReturnValue()
[all …]
H A DThread.cpp1309 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut()
1323 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop()
1328 ThreadPlanStepOut *new_plan = in QueueThreadPlanForStepOutNoShouldStop()
1329 static_cast<ThreadPlanStepOut *>(thread_plan_sp.get()); in QueueThreadPlanForStepOutNoShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h18 class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {
20 ThreadPlanStepOut(Thread &thread, SymbolContext *addr_context,
27 ~ThreadPlanStepOut() override;
45 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()
89 ThreadPlanStepOut(const ThreadPlanStepOut &) = delete;
90 const ThreadPlanStepOut &operator=(const ThreadPlanStepOut &) = delete;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp224 : ThreadPlanStepOut(thread, nullptr, true /* first instruction */, false, in AppleThreadPlanStepThroughDirectDispatch()
289 if (ThreadPlanStepOut::DoPlanExplainsStop(event_ptr)) in DoPlanExplainsStop()
333 ThreadPlanStepOut::DoWillResume(resume_state, current_plan); in DoWillResume()
343 const bool step_out_should_stop = ThreadPlanStepOut::ShouldStop(event_ptr); in ShouldStop()
406 return ThreadPlanStepOut::MischiefManaged(); in MischiefManaged()
H A DAppleThreadPlanStepThroughObjCTrampoline.h75 class AppleThreadPlanStepThroughDirectDispatch: public ThreadPlanStepOut {
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h224 class ThreadPlanStepOut; variable
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile622 SRCS+= Target/ThreadPlanStepOut.cpp