Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp325 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalWidth()
848 IOHandlerSP reader_sp(m_io_handler_stack.Top()); in DispatchInputInterrupt()
864 while (m_io_handler_stack.GetSize() > 1) { in ClearIOHandlers()
890 reader_sp = m_io_handler_stack.Top(); in RunIOHandlers()
917 top_reader_sp = m_io_handler_stack.Top(); in RunIOHandlerSync()
931 return m_io_handler_stack.IsTop(reader_sp); in IsTopIOHandler()
942 m_io_handler_stack.PrintAsync(&stream, s, len); in PrintAsync()
1022 m_io_handler_stack.Push(reader_sp); in PushIOHandler()
1042 if (m_io_handler_stack.IsEmpty()) in PopIOHandler()
1052 m_io_handler_stack.Pop(); in PopIOHandler()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h502 IOHandlerStack m_io_handler_stack; variable