Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp34 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 DThreadPlanCallUserExpression.cpp41 : 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 DThreadPlanCallFunctionUsingABI.cpp30 : ThreadPlanCallFunction(thread, function, options), in ThreadPlanCallFunctionUsingABI()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h21 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 DThreadPlanCallFunctionUsingABI.h24 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
H A DThreadPlanCallUserExpression.h23 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp92 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 DFunctionCaller.cpp258 lldb::ThreadPlanSP new_plan_sp(new ThreadPlanCallFunction( in GetThreadPlanToCallFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1253 lldb::ThreadPlanSP call_static_initializer(new ThreadPlanCallFunction( in RunStaticInitializers()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile558 SRCS+= Target/ThreadPlanCallFunction.cpp