Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepOut.cpp34 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;
39 ThreadPlanStepOut::ThreadPlanStepOut in ThreadPlanStepOut() function in ThreadPlanStepOut
83 m_step_out_to_inline_plan_sp.reset (new ThreadPlanStepOut(m_thread, in ThreadPlanStepOut()
91 …static_cast<ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get())->SetShouldStopHereCallbacks(n… in ThreadPlanStepOut()
132 ThreadPlanStepOut::SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info) in SetupAvoidNoDebug()
154 ThreadPlanStepOut::DidPush() in DidPush()
162 ThreadPlanStepOut::~ThreadPlanStepOut () in ~ThreadPlanStepOut()
169 ThreadPlanStepOut::GetDescription (Stream *s, lldb::DescriptionLevel level) in GetDescription()
212 ThreadPlanStepOut::ValidatePlan (Stream *error) in ValidatePlan()
229 ThreadPlanStepOut::DoPlanExplainsStop (Event *event_ptr) in DoPlanExplainsStop()
[all …]
HDThread.cpp1573 ThreadPlanSP thread_plan_sp (new ThreadPlanStepOut (*this, in QueueThreadPlanForStepOut()
1605 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut (*this, in QueueThreadPlanForStepOutNoShouldStop()
1614 ThreadPlanStepOut *new_plan = static_cast<ThreadPlanStepOut *>(thread_plan_sp.get()); in QueueThreadPlanForStepOutNoShouldStop()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanStepOut.h23 class ThreadPlanStepOut : public ThreadPlan,
27 ThreadPlanStepOut (Thread &thread,
36 virtual ~ThreadPlanStepOut ();
57 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()
97 DISALLOW_COPY_AND_ASSIGN (ThreadPlanStepOut);
/NextBSD/lib/clang/liblldbTarget/
HDMakefile.depend74 ThreadPlanStepOut.o: DiagnosticCommonKinds.inc.h
75 ThreadPlanStepOut.po: DiagnosticCommonKinds.inc.h
HDMakefile54 ThreadPlanStepOut.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h240 class ThreadPlanStepOut; variable