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.cpp104 ExpressionResults result = process->RunThreadPlan( in InferiorCallMmap()
168 ExpressionResults result = process->RunThreadPlan( in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionParser.cpp62 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.cpp387 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
H A DIRInterpreter.cpp1530 process->RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in Interpret()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1297 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4958 Process::RunThreadPlan(ExecutionContext &exe_ctx, in RunThreadPlan() function in Process
6418 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn()