Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp110 ExpressionResults result = process->RunThreadPlan( in InferiorCallMmap()
179 ExpressionResults result = process->RunThreadPlan( in InferiorCallMunmap()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DLLVMUserExpression.cpp178 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, in DoExecute()
H A DFunctionCaller.cpp388 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
H A DIRInterpreter.cpp1530 lldb::ExpressionResults res = exe_ctx.GetProcessRef().RunThreadPlan( in Interpret()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1133 lldb::ExpressionResults results = m_process->RunThreadPlan( in GetThreadLocalData()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1522 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1247 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4676 Process::RunThreadPlan(ExecutionContext &exe_ctx, in RunThreadPlan() function in Process
6093 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn()