Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
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()
DCMakeLists.txt56 ThreadPlanCallOnFunctionExit.cpp
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlanCallOnFunctionExit.h22 class ThreadPlanCallOnFunctionExit : public ThreadPlan {
28 ThreadPlanCallOnFunctionExit(Thread &thread, const Callback &callback);
/openbsd/src/gnu/usr.bin/clang/liblldbTarget/
DMakefile55 ThreadPlanCallOnFunctionExit.cpp \
/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1509 ThreadPlanCallOnFunctionExit::Callback callback = in InitCompletionHookCallback()
1561 ThreadPlanSP(new ThreadPlanCallOnFunctionExit(*thread_sp, callback)); in InitCompletionHookCallback()
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4644 lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp