Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp576 DebuggerList &debugger_list = GetDebuggerList (); in Destroy() local
577 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() local
597 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() local
619 DebuggerList::iterator pos, end = debugger_list.end(); in FindTargetWithProcessID()
620 for (pos = debugger_list.begin(); pos != end; ++pos) in FindTargetWithProcessID()
[all …]