Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp101 SBProcess sb_process; in GetProcess() local
105 sb_process.SetSP(process_sp); in GetProcess()
107 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
H A DSBBreakpointOptionCommon.cpp63 SBProcess sb_process(process->shared_from_this()); in PrivateBreakpointHitCallback() local
72 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
H A DSBTarget.cpp179 SBProcess sb_process; in GetProcess() local
184 sb_process.SetSP(process_sp); in GetProcess()
264 SBProcess sb_process; in LoadCore() local
274 sb_process.SetSP(process_sp); in LoadCore()
335 SBProcess sb_process; in Launch() local
416 SBProcess sb_process; in Launch() local
464 SBProcess sb_process; in Attach() local
503 SBProcess sb_process; in AttachToProcessWithID() local
535 SBProcess sb_process; in AttachToProcessWithName() local
562 SBProcess sb_process; in ConnectRemote() local
[all …]
H A DSBCommandInterpreter.cpp365 SBProcess sb_process; in GetProcess() local
372 sb_process.SetSP(process_sp); in GetProcess()
376 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
H A DSBThread.cpp1107 SBProcess sb_process; in GetProcess() local
1114 sb_process.SetSP(exe_ctx.GetProcessSP()); in GetProcess()
1117 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
H A DSBValue.cpp1045 SBProcess sb_process; in GetProcess() local
1049 sb_process.SetSP(process_sp); in GetProcess()
1052 return LLDB_RECORD_RESULT(sb_process); in GetProcess()