Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp115 ExpressionResults result = process->RunThreadPlan (exe_ctx, in InferiorCallMmap()
200 ExpressionResults result = process->RunThreadPlan (exe_ctx, in InferiorCallMunmap()
256 ExpressionResults result = process->RunThreadPlan (exe_ctx, in InferiorCall()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangFunction.cpp556 return_value = exe_ctx.GetProcessRef().RunThreadPlan (exe_ctx, in ExecuteFunction()
HDClangUserExpression.cpp945 … lldb::ExpressionResults execution_result = exe_ctx.GetProcessRef().RunThreadPlan (exe_ctx, in Execute()
HDIRInterpreter.cpp1662 …lldb::ExpressionResults res = exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options… in Interpret()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h1861 RunThreadPlan (ExecutionContext &exe_ctx,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp5347 Process::RunThreadPlan (ExecutionContext &exe_ctx, in RunThreadPlan() function in Process