Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp978 Debugger::DebuggerList interruptors; in DebuggersOwningModuleRequestingInterruption() local
980 return interruptors; in DebuggersOwningModuleRequestingInterruption()
987 interruptors.push_back(debugger_sp); in DebuggersOwningModuleRequestingInterruption()
989 return interruptors; in DebuggersOwningModuleRequestingInterruption()
996 Debugger::DebuggerList interruptors = in GetSymbolFile() local
998 if (!interruptors.empty()) { in GetSymbolFile()
999 for (auto debugger_sp : interruptors) { in GetSymbolFile()