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.cpp99 lldb::ThreadPlanSP call_plan_sp( in InferiorCallMmap()
102 if (call_plan_sp) { in InferiorCallMmap()
110 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMmap()
114 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
168 lldb::ThreadPlanSP call_plan_sp( in InferiorCallMunmap()
171 if (call_plan_sp) { in InferiorCallMunmap()
179 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMunmap()
100 lldb::ThreadPlanSP call_plan_sp( InferiorCallMmap() local
169 lldb::ThreadPlanSP call_plan_sp( InferiorCallMunmap() local
/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.cpp374 lldb::ThreadPlanSP call_plan_sp = GetThreadPlanToCallFunction( in ExecuteFunction() local
376 if (!call_plan_sp) in ExecuteFunction()
386 exe_ctx, call_plan_sp, real_options, diagnostic_manager); in ExecuteFunction()
H A DIRInterpreter.cpp1542 lldb::ThreadPlanSP call_plan_sp( in Interpret() local
1549 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in Interpret()
1561 process->RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in Interpret()
1579 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6387 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in CallVoidArgVoidPtrReturn() local
6389 if (call_plan_sp) { in CallVoidArgVoidPtrReturn()
6397 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn()
6400 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()