Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp14 ThreadPlanCallOnFunctionExit::ThreadPlanCallOnFunctionExit( in ThreadPlanCallOnFunctionExit() function in ThreadPlanCallOnFunctionExit
24 void ThreadPlanCallOnFunctionExit::DidPush() { in DidPush()
45 void ThreadPlanCallOnFunctionExit::GetDescription( in GetDescription()
53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan()
59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { in ShouldStop()
79 bool ThreadPlanCallOnFunctionExit::WillStop() { in WillStop()
86 bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
93 lldb::StateType ThreadPlanCallOnFunctionExit::GetPlanRunState() { in GetPlanRunState()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h22 class ThreadPlanCallOnFunctionExit : public ThreadPlan {
28 ThreadPlanCallOnFunctionExit(Thread &thread, const Callback &callback);
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1499 ThreadPlanCallOnFunctionExit::Callback callback = in InitCompletionHookCallback()
1551 ThreadPlanSP(new ThreadPlanCallOnFunctionExit(*thread_sp, callback)); in InitCompletionHookCallback()