Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDebugger.cpp89 typedef std::vector<DebuggerSP> DebuggerList; typedef
92 static DebuggerList *g_debugger_list_ptr =
475 g_debugger_list_ptr = new DebuggerList(); in Initialize()
605 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in Destroy()
619 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindDebuggerWithInstanceName()
634 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindTargetWithProcessID()
648 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindTargetWithProcess()
1087 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindDebuggerWithID()