Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp266 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
279 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h226 bool CheckTopIOHandlerTypes(IOHandler::Type top_type,
H A DIOHandler.h516 bool CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp581 if (debugger.CheckTopIOHandlerTypes(IOHandler::Type::CommandInterpreter, in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1063 bool Debugger::CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() function in Debugger
1065 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()