Home
last modified time | relevance | path

Searched refs:call_plan_sp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp95 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in InferiorCallMmap() local
97 if (call_plan_sp) { in InferiorCallMmap()
105 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMmap()
109 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
159 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in InferiorCallMunmap() local
161 if (call_plan_sp) { in InferiorCallMunmap()
169 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp152 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallUserExpression( in DoExecute() local
157 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in DoExecute()
163 static_cast<ThreadPlanCallUserExpression *>(call_plan_sp.get()); in DoExecute()
178 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, in DoExecute()
H A DFunctionCaller.cpp376 lldb::ThreadPlanSP call_plan_sp = GetThreadPlanToCallFunction( in ExecuteFunction() local
378 if (!call_plan_sp) in ExecuteFunction()
388 exe_ctx, call_plan_sp, real_options, diagnostic_manager); in ExecuteFunction()
H A DIRInterpreter.cpp1512 lldb::ThreadPlanSP call_plan_sp( in Interpret() local
1519 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in Interpret()
1530 process->RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in Interpret()
1548 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6408 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in CallVoidArgVoidPtrReturn() local
6410 if (call_plan_sp) { in CallVoidArgVoidPtrReturn()
6418 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn()
6421 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()