Home
last modified time | relevance | path

Searched refs:instance_name (Results 1 – 2 of 2) 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/Core/
H A DDebugger.cpp691 DebuggerSP Debugger::FindDebuggerWithInstanceName(ConstString instance_name) { in FindDebuggerWithInstanceName() argument
697 if ((*pos)->m_instance_name == instance_name) { in FindDebuggerWithInstanceName()