Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDebugger.h225 FindDebuggerWithInstanceName (const ConstString &instance_name);
/external/lldb/source/Core/
DDebugger.cpp563 Debugger::FindDebuggerWithInstanceName (const ConstString &instance_name) in FindDebuggerWithInstanceName() argument
574 if ((*pos).get()->m_instance_name == instance_name) in FindDebuggerWithInstanceName()