Searched refs:ThreadPlanCallFunction (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanCallFunction.cpp | 34 bool ThreadPlanCallFunction::ConstructorSetup( in ConstructorSetup() 123 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction 153 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction 168 ThreadPlanCallFunction::~ThreadPlanCallFunction() { in ~ThreadPlanCallFunction() 195 void ThreadPlanCallFunction::DoTakedown(bool success) { in DoTakedown() 398 void ThreadPlanCallFunction::DidPush() { in DidPush() 418 bool ThreadPlanCallFunction::MischiefManaged() { in MischiefManaged() 433 void ThreadPlanCallFunction::SetBreakpoints() { in SetBreakpoints() 453 void ThreadPlanCallFunction::ClearBreakpoints() { in ClearBreakpoints() 494 bool ThreadPlanCallFunction::RestoreThreadState() { in RestoreThreadState() [all …]
|
| H A D | ThreadPlanCallUserExpression.cpp | 41 : ThreadPlanCallFunction(thread, function, CompilerType(), args, options), in ThreadPlanCallUserExpression() 56 ThreadPlanCallFunction::GetDescription(s, level); in GetDescription() 60 ThreadPlanCallFunction::DidPush(); in DidPush() 66 ThreadPlanCallFunction::WillPop(); in WillPop() 104 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() 120 ThreadPlanCallFunction::DoTakedown(success); in DoTakedown()
|
| H A D | ThreadPlanCallFunctionUsingABI.cpp | 30 : ThreadPlanCallFunction(thread, function, options), in ThreadPlanCallFunctionUsingABI()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadPlanCallFunction.h | 21 class ThreadPlanCallFunction : public ThreadPlan { 26 ThreadPlanCallFunction(Thread &thread, const Address &function, 31 ThreadPlanCallFunction(Thread &thread, const Address &function, 34 ~ThreadPlanCallFunction() override; 150 DISALLOW_COPY_AND_ASSIGN(ThreadPlanCallFunction);
|
| H A D | ThreadPlanCallFunctionUsingABI.h | 24 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
|
| H A D | ThreadPlanCallUserExpression.h | 23 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 92 new ThreadPlanCallFunction(*thread, mmap_range.GetBaseAddress(), in InferiorCallMmap() 160 new ThreadPlanCallFunction(*thread, munmap_range.GetBaseAddress(), in InferiorCallMunmap() 209 new ThreadPlanCallFunction(*thread, *address, clang_void_ptr_type, in InferiorCall()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 258 lldb::ThreadPlanSP new_plan_sp(new ThreadPlanCallFunction( in GetThreadPlanToCallFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1253 lldb::ThreadPlanSP call_static_initializer(new ThreadPlanCallFunction( in RunStaticInitializers()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 558 SRCS+= Target/ThreadPlanCallFunction.cpp
|