Home
last modified time | relevance | path

Searched refs:ThreadPlanCallFunction (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp33 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 …]
DThreadPlanCallUserExpression.cpp38 : 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()
DThreadPlanCallFunctionUsingABI.cpp27 : ThreadPlanCallFunction(thread, function, options), in ThreadPlanCallFunctionUsingABI()
DCMakeLists.txt51 ThreadPlanCallFunction.cpp
DProcess.cpp6165 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in CallVoidArgVoidPtrReturn()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h20 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;
DThreadPlanCallFunctionUsingABI.h23 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
DThreadPlanCallUserExpression.h22 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction {
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp97 new ThreadPlanCallFunction(*thread, mmap_range.GetBaseAddress(), in InferiorCallMmap()
165 new ThreadPlanCallFunction(*thread, munmap_range.GetBaseAddress(), in InferiorCallMunmap()
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp255 lldb::ThreadPlanSP new_plan_sp(new ThreadPlanCallFunction( in GetThreadPlanToCallFunction()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp1127 lldb::ThreadPlanSP thread_plan_sp(new ThreadPlanCallFunction( in GetThreadLocalData()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1514 lldb::ThreadPlanSP call_static_initializer(new ThreadPlanCallFunction( in RunStaticInitializers()