Home
last modified time | relevance | path

Searched refs:instance_name (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h118 FindDebuggerWithInstanceName(ConstString instance_name);
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp711 DebuggerSP Debugger::FindDebuggerWithInstanceName(ConstString instance_name) { in FindDebuggerWithInstanceName() argument
717 if ((*pos)->m_instance_name == instance_name) { in FindDebuggerWithInstanceName()