Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h209 static SBDebugger FindDebuggerWithID(int id);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h106 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp979 SBDebugger SBDebugger::FindDebuggerWithID(int id) { in FindDebuggerWithID() function in SBDebugger
982 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1177 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() function in Debugger