Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h116 FindDebuggerWithInstanceName(ConstString instance_name);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1288 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable()
1310 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp691 DebuggerSP Debugger::FindDebuggerWithInstanceName(ConstString instance_name) { in FindDebuggerWithInstanceName() function in Debugger