Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp269 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
282 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h514 bool CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() function
H A DDebugger.h231 bool CheckTopIOHandlerTypes(IOHandler::Type top_type,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp625 if (debugger.CheckTopIOHandlerTypes(IOHandler::Type::CommandInterpreter, in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1145 bool Debugger::CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() function in Debugger
1147 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()