Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp303 m_option_data.m_repl = true; in ProcessArgs()
307 m_option_data.m_repl = true; in ProcessArgs()
463 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()
489 if (!m_option_data.m_repl) { in MainLoop()
617 if (m_option_data.m_repl) { in MainLoop()
H A DDriver.h84 bool m_repl = false; member
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h391 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()
393 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()
456 bool m_repl = false; variable