Searched refs:ThreadPlanStepOut (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanStepOut.cpp | 32 uint32_t ThreadPlanStepOut::s_default_flag_values = 0; 35 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut 86 m_step_out_to_inline_plan_sp = std::make_shared<ThreadPlanStepOut>( in ThreadPlanStepOut() 89 static_cast<ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get()) in ThreadPlanStepOut() 162 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug() 182 void ThreadPlanStepOut::DidPush() { in DidPush() 190 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut() 195 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription() 241 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() 269 bool ThreadPlanStepOut::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() [all …]
|
H A D | CMakeLists.txt | 63 ThreadPlanStepOut.cpp
|
H A D | Thread.cpp | 1331 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut() 1345 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop() 1350 ThreadPlanStepOut *new_plan = in QueueThreadPlanForStepOutNoShouldStop() 1351 static_cast<ThreadPlanStepOut *>(thread_plan_sp.get()); in QueueThreadPlanForStepOutNoShouldStop()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | ThreadPlanStepOut.h | 18 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;
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 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 D | AppleThreadPlanStepThroughObjCTrampoline.h | 83 class AppleThreadPlanStepThroughDirectDispatch: public ThreadPlanStepOut {
|
/openbsd-src/gnu/usr.bin/clang/liblldbTarget/ |
H A D | Makefile | 62 ThreadPlanStepOut.cpp \
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/ |
H A D | BUILD.gn | 87 "ThreadPlanStepOut.cpp",
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-forward.h | 234 class ThreadPlanStepOut; variable
|
/openbsd-src/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 3837 lldb/include/lldb/Target/ThreadPlanStepOut.h
|