Home
last modified time | relevance | path

Searched refs:RunThreadPlan (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp109 ExpressionResults result = process->RunThreadPlan( in InferiorCallMmap()
178 ExpressionResults result = process->RunThreadPlan( in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionParser.cpp61 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
H A DLLVMUserExpression.cpp178 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, in DoExecute()
H A DFunctionCaller.cpp385 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
H A DIRInterpreter.cpp1561 process->RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in Interpret()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1307 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4925 Process::RunThreadPlan(ExecutionContext &exe_ctx, in RunThreadPlan() function in Process
6397 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn()