Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h119 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue()
125 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError()
131 bool GetStopOnCrash() const { return DefaultToNo(m_stop_on_crash); } in GetStopOnCrash()
177 bool GetSpawnThread() const { return DefaultToNo(m_spawn_thread); } in GetSpawnThread()
204 static bool DefaultToNo(LazyBool flag) { in DefaultToNo() function