Searched refs:debugger_list (Results 1 – 1 of 1) sorted by relevance
549 DebuggerList &debugger_list = GetDebuggerList (); in Destroy() local550 DebuggerList::iterator pos, end = debugger_list.end(); in Destroy()551 for (pos = debugger_list.begin (); pos != end; ++pos) in Destroy()555 debugger_list.erase (pos); in Destroy()569 DebuggerList &debugger_list = GetDebuggerList(); in FindDebuggerWithInstanceName() local570 DebuggerList::iterator pos, end = debugger_list.end(); in FindDebuggerWithInstanceName()572 for (pos = debugger_list.begin(); pos != end; ++pos) in FindDebuggerWithInstanceName()591 DebuggerList &debugger_list = GetDebuggerList(); in FindTargetWithProcessID() local592 DebuggerList::iterator pos, end = debugger_list.end(); in FindTargetWithProcessID()593 for (pos = debugger_list.begin(); pos != end; ++pos) in FindTargetWithProcessID()[all …]