Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h118 FindDebuggerWithInstanceName(ConstString instance_name);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1326 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable()
1348 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp711 DebuggerSP Debugger::FindDebuggerWithInstanceName(ConstString instance_name) { in FindDebuggerWithInstanceName() function in Debugger