Searched refs:debugger_list (Results 1 – 1 of 1) sorted by relevance
576 DebuggerList &debugger_list = GetDebuggerList (); in Destroy() local577 DebuggerList::iterator pos, end = debugger_list.end(); in Destroy()578 for (pos = debugger_list.begin (); pos != end; ++pos) in Destroy()582 debugger_list.erase (pos); in Destroy()596 DebuggerList &debugger_list = GetDebuggerList(); in FindDebuggerWithInstanceName() local597 DebuggerList::iterator pos, end = debugger_list.end(); in FindDebuggerWithInstanceName()599 for (pos = debugger_list.begin(); pos != end; ++pos) in FindDebuggerWithInstanceName()618 DebuggerList &debugger_list = GetDebuggerList(); in FindTargetWithProcessID() local619 DebuggerList::iterator pos, end = debugger_list.end(); in FindTargetWithProcessID()620 for (pos = debugger_list.begin(); pos != end; ++pos) in FindTargetWithProcessID()[all …]