Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp106 ExpressionResults result = process->RunThreadPlan( in InferiorCallMmap()
174 ExpressionResults result = process->RunThreadPlan( in InferiorCallMunmap()
/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp178 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, in DoExecute()
DFunctionCaller.cpp360 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
DIRInterpreter.cpp1487 lldb::ExpressionResults res = exe_ctx.GetProcessRef().RunThreadPlan( in Interpret()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp1133 lldb::ExpressionResults results = m_process->RunThreadPlan( in GetThreadLocalData()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1520 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1246 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/external/llvm-project/lldb/source/Target/
DProcess.cpp4757 Process::RunThreadPlan(ExecutionContext &exe_ctx, in RunThreadPlan() function in Process
6175 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn()