Home
last modified time | relevance | path

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

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