Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp102 typedef std::vector<DebuggerSP> DebuggerList; typedef
105 static DebuggerList *g_debugger_list_ptr =
540 g_debugger_list_ptr = new DebuggerList(); in Initialize()
681 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in Destroy()
695 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindDebuggerWithInstanceName()
710 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindTargetWithProcessID()
724 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindTargetWithProcess()
1236 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindDebuggerWithID()
1329 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in ReportProgress()