Home
last modified time | relevance | path

Searched refs:FindDebuggerWithID (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i432 FindDebuggerWithID (int id);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h307 static SBDebugger FindDebuggerWithID(int id);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h115 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1221 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() function in Debugger
1309 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress()
1376 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1304 SBDebugger SBDebugger::FindDebuggerWithID(int id) { in FindDebuggerWithID() function in SBDebugger
1309 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID()