Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h400 bool GetInterruptExits() { return m_interrupt_exits; } in GetInterruptExits()
402 void SetInterruptExits(bool b) { m_interrupt_exits = b; } in SetInterruptExits()
433 bool m_interrupt_exits; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp243 m_color_prompts(color_prompts), m_interrupt_exits(true), in IOHandlerEditline()
533 m_done = m_interrupt_exits; in Run()