Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Expression/
DREPL.cpp266 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
279 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h226 bool CheckTopIOHandlerTypes(IOHandler::Type top_type,
DIOHandler.h516 bool CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() function
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectExpression.cpp581 if (debugger.CheckTopIOHandlerTypes(IOHandler::Type::CommandInterpreter, in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Core/
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()