Searched refs:FindDebuggerWithID (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h239 static SBDebugger FindDebuggerWithID(int id);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i408 FindDebuggerWithID (int id);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h96 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1246 SBDebugger SBDebugger::FindDebuggerWithID(int id) { function in class:SBDebugger
1247 LLDB_RECORD_STATIC_METHOD(lldb::SBDebugger, SBDebugger, FindDebuggerWithID,
1252 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id);
1794 LLDB_REGISTER_STATIC_METHOD(lldb::SBDebugger, SBDebugger, FindDebuggerWithID,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1069 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { function in class:Debugger
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19692 SWIG_check_num_args("lldb::SBDebugger::FindDebuggerWithID",1,1)
19693 if(!lua_isnumber(L,1)) SWIG_fail_arg("lldb::SBDebugger::FindDebuggerWithID",1,"int");
19695 result = lldb::SBDebugger::FindDebuggerWithID(arg1);
20670 { "FindDebuggerWithID", _wrap_SBDebugger_FindDebuggerWithID},
[all...]

Completed in 298 milliseconds