Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
H A DCMakeLists.txt56 ThreadPlanCallOnFunctionExit.cpp
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h22 class ThreadPlanCallOnFunctionExit : public ThreadPlan {
28 ThreadPlanCallOnFunctionExit(Thread &thread, const Callback &callback);
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn79 "ThreadPlanCallOnFunctionExit.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1509 ThreadPlanCallOnFunctionExit::Callback callback = in InitCompletionHookCallback()
1561 ThreadPlanSP(new ThreadPlanCallOnFunctionExit(*thread_sp, callback)); in InitCompletionHookCallback()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4647 lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp