Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h178 return DefaultToYes(m_auto_handle_events); in GetAutoHandleEvents()
182 m_auto_handle_events = auto_handle_events ? eLazyBoolYes : eLazyBoolNo; in SetAutoHandleEvents()
205 LazyBool m_auto_handle_events; variable