Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDebugger.cpp549 DebuggerList &debugger_list = GetDebuggerList (); in Destroy() local
550 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() local
570 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() local
592 DebuggerList::iterator pos, end = debugger_list.end(); in FindTargetWithProcessID()
593 for (pos = debugger_list.begin(); pos != end; ++pos) in FindTargetWithProcessID()
[all …]