Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h120 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue()
126 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError()
132 bool GetStopOnCrash() const { return DefaultToNo(m_stop_on_crash); } in GetStopOnCrash()
178 bool GetSpawnThread() const { return DefaultToNo(m_spawn_thread); } in GetSpawnThread()
205 static bool DefaultToNo(LazyBool flag) { in DefaultToNo() function