Home
last modified time | relevance | path

Searched refs:ThreadPlanCallOnFunctionExit (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp15 ThreadPlanCallOnFunctionExit::ThreadPlanCallOnFunctionExit( in ThreadPlanCallOnFunctionExit() function in ThreadPlanCallOnFunctionExit
25 void ThreadPlanCallOnFunctionExit::DidPush() { in DidPush()
48 void ThreadPlanCallOnFunctionExit::GetDescription( in GetDescription()
56 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan()
62 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { in ShouldStop()
82 bool ThreadPlanCallOnFunctionExit::WillStop() { in WillStop()
89 bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
96 lldb::StateType ThreadPlanCallOnFunctionExit::GetPlanRunState() { in GetPlanRunState()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h23 class ThreadPlanCallOnFunctionExit : public ThreadPlan {
29 ThreadPlanCallOnFunctionExit(Thread &thread, const Callback &callback);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1588 ThreadPlanCallOnFunctionExit::Callback callback = in InitCompletionHookCallback()
1640 new ThreadPlanCallOnFunctionExit(*thread_sp.get(), callback)); in InitCompletionHookCallback()