Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h367 static SBDebugger FindDebuggerWithID(int id);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h110 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1367 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() function in Debugger
1494 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress()
1566 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1318 SBDebugger SBDebugger::FindDebuggerWithID(int id) { in FindDebuggerWithID() function in SBDebugger
1323 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22946 result = lldb::SBDebugger::FindDebuggerWithID(arg1); in _wrap_SBDebugger_FindDebuggerWithID()