Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h222 bool IsTopIOHandler(const lldb::IOHandlerSP &reader_sp);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1155 bool Debugger::IsTopIOHandler(const lldb::IOHandlerSP &reader_sp) { in IsTopIOHandler() function in Debugger
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3334 return m_debugger.IsTopIOHandler(m_command_io_handler_sp); in IsActive()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4755 return GetTarget().GetDebugger().IsTopIOHandler(io_handler_sp); in ProcessIOHandlerIsActive()