Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp34 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()
175 void ThreadPlanCallFunction::DoTakedown(bool success) { in DoTakedown()
369 void ThreadPlanCallFunction::DidPush() { in DidPush()
390 bool ThreadPlanCallFunction::MischiefManaged() { in MischiefManaged()
404 void ThreadPlanCallFunction::SetBreakpoints() { in SetBreakpoints()
423 void ThreadPlanCallFunction::ClearBreakpoints() { in ClearBreakpoints()
463 void ThreadPlanCallFunction::RestoreThreadState() { in RestoreThreadState()
[all …]
H A DThreadPlanCallUserExpression.cpp38 : 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 DThreadPlanCallFunctionUsingABI.cpp27 : ThreadPlanCallFunction(thread, function, options), in ThreadPlanCallFunctionUsingABI()
H A DProcess.cpp6186 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in CallVoidArgVoidPtrReturn()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A 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;
H A DThreadPlanCallFunctionUsingABI.h23 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
H A DThreadPlanCallUserExpression.h22 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction {
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp100 new ThreadPlanCallFunction(*thread, mmap_range.GetBaseAddress(), in InferiorCallMmap()
169 new ThreadPlanCallFunction(*thread, munmap_range.GetBaseAddress(), in InferiorCallMunmap()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp281 lldb::ThreadPlanSP new_plan_sp(new ThreadPlanCallFunction( in GetThreadPlanToCallFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1498 lldb::ThreadPlanSP call_static_initializer(new ThreadPlanCallFunction( in RunStaticInitializers()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile656 SRCS+= Target/ThreadPlanCallFunction.cpp