Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp316 m_option_data.m_repl = true; in ProcessArgs()
320 m_option_data.m_repl = true; in ProcessArgs()
468 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()
490 if (!m_option_data.m_repl) { in MainLoop()
613 if (m_option_data.m_repl) { in MainLoop()
H A DDriver.h83 bool m_repl = false; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h429 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()
431 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()
494 bool m_repl = false; variable