Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp103 typedef std::vector<DebuggerSP> DebuggerList; typedef
106 static DebuggerList *g_debugger_list_ptr =
554 g_debugger_list_ptr = new DebuggerList(); in Initialize()
701 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in Destroy()
715 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindDebuggerWithInstanceName()
730 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindTargetWithProcessID()
744 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindTargetWithProcess()
1226 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in FindDebuggerWithID()
1319 DebuggerList::iterator pos, end = g_debugger_list_ptr->end(); in ReportProgress()