Searched refs:ThreadPlanCallFunction (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanCallFunction.cpp | 33 bool ThreadPlanCallFunction::ConstructorSetup( in ConstructorSetup() 96 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction 126 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction 141 ThreadPlanCallFunction::~ThreadPlanCallFunction() { in ~ThreadPlanCallFunction() 145 void ThreadPlanCallFunction::ReportRegisterState(const char *message) { in ReportRegisterState() 168 void ThreadPlanCallFunction::DoTakedown(bool success) { in DoTakedown() 212 void ThreadPlanCallFunction::WillPop() { DoTakedown(PlanSucceeded()); } in WillPop() 214 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) { in GetDescription() 223 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan() 237 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() [all …]
|
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::WillPop(); in WillPop() 100 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() 115 ThreadPlanCallFunction::DoTakedown(success); in DoTakedown()
|
D | ThreadPlanCallFunctionUsingABI.cpp | 27 : ThreadPlanCallFunction(thread, function, options), in ThreadPlanCallFunctionUsingABI()
|
D | CMakeLists.txt | 51 ThreadPlanCallFunction.cpp
|
D | Process.cpp | 6165 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in CallVoidArgVoidPtrReturn()
|
/external/llvm-project/lldb/include/lldb/Target/ |
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;
|
D | ThreadPlanCallFunctionUsingABI.h | 23 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
|
D | ThreadPlanCallUserExpression.h | 22 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction {
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 97 new ThreadPlanCallFunction(*thread, mmap_range.GetBaseAddress(), in InferiorCallMmap() 165 new ThreadPlanCallFunction(*thread, munmap_range.GetBaseAddress(), in InferiorCallMunmap()
|
/external/llvm-project/lldb/source/Expression/ |
D | FunctionCaller.cpp | 255 lldb::ThreadPlanSP new_plan_sp(new ThreadPlanCallFunction( in GetThreadPlanToCallFunction()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.cpp | 1127 lldb::ThreadPlanSP thread_plan_sp(new ThreadPlanCallFunction( in GetThreadLocalData()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 1514 lldb::ThreadPlanSP call_static_initializer(new ThreadPlanCallFunction( in RunStaticInitializers()
|