Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp306 m_option_data.m_repl = true; in ProcessArgs()
310 m_option_data.m_repl = true; in ProcessArgs()
466 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()
492 if (!m_option_data.m_repl) { in MainLoop()
620 if (m_option_data.m_repl) { in MainLoop()
H A DDriver.h84 bool m_repl = false; member
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h381 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()
383 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()
444 bool m_repl = false; variable