Home
last modified time | relevance | path

Searched refs:FindDebuggerWithInstanceName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h109 FindDebuggerWithInstanceName(const ConstString &instance_name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp995 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable()
1016 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp715 Debugger::FindDebuggerWithInstanceName(const ConstString &instance_name) { in FindDebuggerWithInstanceName() function in Debugger