Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp101 ExpressionResults result = process->RunThreadPlan( in InferiorCallMmap()
169 ExpressionResults result = process->RunThreadPlan( in InferiorCallMunmap()
219 process->RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp176 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, in DoExecute()
H A DFunctionCaller.cpp364 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
H A DIRInterpreter.cpp1647 lldb::ExpressionResults res = exe_ctx.GetProcessRef().RunThreadPlan( in Interpret()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1259 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1511 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4834 Process::RunThreadPlan(ExecutionContext &exe_ctx, in RunThreadPlan() function in Process