| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanCallFunction.cpp | 34 bool ThreadPlanCallFunction::ConstructorSetup( in ConstructorSetup() 97 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction 130 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction 148 ThreadPlanCallFunction::~ThreadPlanCallFunction() { in ~ThreadPlanCallFunction() 152 void ThreadPlanCallFunction::ReportRegisterState(const char *message) { in ReportRegisterState() 175 void ThreadPlanCallFunction::DoTakedown(bool success) { in DoTakedown() 219 void ThreadPlanCallFunction::DidPop() { DoTakedown(PlanSucceeded()); } in DidPop() 221 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) { in GetDescription() 230 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan() 244 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() [all …]
|
| H A D | ThreadPlanCallUserExpression.cpp | 38 : ThreadPlanCallFunction(thread, function, CompilerType(), args, options), in ThreadPlanCallUserExpression() 53 ThreadPlanCallFunction::GetDescription(s, level); in GetDescription() 57 ThreadPlanCallFunction::DidPush(); in DidPush() 63 ThreadPlanCallFunction::DidPop(); in DidPop() 100 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() 115 ThreadPlanCallFunction::DoTakedown(success); in DoTakedown()
|
| H A D | ThreadPlanCallFunctionUsingABI.cpp | 27 : ThreadPlanCallFunction(thread, function, options), in ThreadPlanCallFunctionUsingABI()
|
| H A D | CMakeLists.txt | 54 ThreadPlanCallFunction.cpp
|
| H A D | Process.cpp | 6083 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in CallVoidArgVoidPtrReturn()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ThreadPlanCallFunction.h | 20 class ThreadPlanCallFunction : public ThreadPlan { 25 ThreadPlanCallFunction(Thread &thread, const Address &function, 30 ThreadPlanCallFunction(Thread &thread, const Address &function, 33 ~ThreadPlanCallFunction() override; 149 ThreadPlanCallFunction(const ThreadPlanCallFunction &) = delete; 150 const ThreadPlanCallFunction & 151 operator=(const ThreadPlanCallFunction &) = delete;
|
| H A D | ThreadPlanCallFunctionUsingABI.h | 23 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
|
| H A D | ThreadPlanCallUserExpression.h | 22 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction {
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 101 new ThreadPlanCallFunction(*thread, mmap_range.GetBaseAddress(), in InferiorCallMmap() 170 new ThreadPlanCallFunction(*thread, munmap_range.GetBaseAddress(), in InferiorCallMunmap()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbTarget/ |
| H A D | Makefile | 53 ThreadPlanCallFunction.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/ |
| H A D | BUILD.gn | 77 "ThreadPlanCallFunction.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 281 lldb::ThreadPlanSP new_plan_sp(new ThreadPlanCallFunction( in GetThreadPlanToCallFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 1127 lldb::ThreadPlanSP thread_plan_sp(new ThreadPlanCallFunction( in GetThreadLocalData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1516 lldb::ThreadPlanSP call_static_initializer(new ThreadPlanCallFunction( in RunStaticInitializers()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3832 lldb/include/lldb/Target/ThreadPlanCallFunction.h
|