Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp308 m_option_data.m_repl = true; in ProcessArgs()
312 m_option_data.m_repl = true; in ProcessArgs()
468 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()
494 if (!m_option_data.m_repl) { in MainLoop()
622 if (m_option_data.m_repl) { in MainLoop()
H A DDriver.h84 bool m_repl = false; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h383 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()
385 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()
446 bool m_repl = false; variable