Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBExecutionContext.cpp102 SBProcess sb_process; in GetProcess() local
106 sb_process.SetSP(process_sp); in GetProcess()
108 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
HDSBBreakpointOptionCommon.cpp63 SBProcess sb_process(process->shared_from_this()); in PrivateBreakpointHitCallback() local
72 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
HDSBTarget.cpp178 SBProcess sb_process; in GetProcess() local
183 sb_process.SetSP(process_sp); in GetProcess()
186 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
263 SBProcess sb_process; in LoadCore() local
273 sb_process.SetSP(process_sp); in LoadCore()
280 return LLDB_RECORD_RESULT(sb_process); in LoadCore()
326 SBProcess sb_process; in Launch() local
349 return LLDB_RECORD_RESULT(sb_process); in Launch()
360 return LLDB_RECORD_RESULT(sb_process); in Launch()
384 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
[all …]
HDSBCommandInterpreter.cpp469 SBProcess sb_process; in GetProcess() local
476 sb_process.SetSP(process_sp); in GetProcess()
480 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
HDSBThread.cpp1162 SBProcess sb_process; in GetProcess() local
1169 sb_process.SetSP(exe_ctx.GetProcessSP()); in GetProcess()
1172 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
HDSBValue.cpp1045 SBProcess sb_process; in GetProcess() local
1049 sb_process.SetSP(process_sp); in GetProcess()
1052 return LLDB_RECORD_RESULT(sb_process); in GetProcess()