Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp108 ExpressionResults result = process->RunThreadPlan( in InferiorCallMmap()
177 ExpressionResults result = process->RunThreadPlan( in InferiorCallMunmap()
/llvm-project-15.0.7/lldb/source/Expression/
H A DLLVMUserExpression.cpp178 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, in DoExecute()
H A DFunctionCaller.cpp362 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
H A DIRInterpreter.cpp1467 lldb::ExpressionResults res = exe_ctx.GetProcessRef().RunThreadPlan( in Interpret()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1115 lldb::ExpressionResults results = m_process->RunThreadPlan( in GetThreadLocalData()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1534 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1234 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4655 Process::RunThreadPlan(ExecutionContext &exe_ctx, in RunThreadPlan() function in Process
6067 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn()