Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h101 bool m_repl = false; member
H A DDriver.cpp370 m_option_data.m_repl = true; in ProcessArgs()
374 m_option_data.m_repl = true; in ProcessArgs()
662 if (m_option_data.m_repl) { in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h347 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()
349 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()
404 bool m_repl = false; variable