Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp104 static Debugger::DebuggerList *g_debugger_list_ptr = variable
607 assert(g_debugger_list_ptr == nullptr && in Initialize()
610 g_debugger_list_ptr = new DebuggerList(); in Initialize()
616 assert(g_debugger_list_ptr && in Terminate()
636 g_debugger_list_ptr->clear(); in Terminate()
738 g_debugger_list_ptr->push_back(debugger_sp); in CreateInstance()
774 g_debugger_list_ptr->erase(pos); in Destroy()
1325 for (auto debugger_sp : *g_debugger_list_ptr) { in DebuggersRequestingInterruption()
1336 return g_debugger_list_ptr->size(); in GetNumDebuggers()
1346 if (index < g_debugger_list_ptr->size()) in GetDebuggerAtIndex()
[all …]