Home
last modified time | relevance | path

Searched refs:m_echo_commands (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DCommandInterpreter.h100 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
111 m_echo_commands = value; in SetSilent()
138 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands()
141 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
187 LazyBool m_echo_commands = eLazyBoolCalculate; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DCommandInterpreter.h101 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
112 m_echo_commands = value; in SetSilent()
139 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands()
142 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
188 LazyBool m_echo_commands = eLazyBoolCalculate; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DCommandInterpreter.h101 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
112 m_echo_commands = value; in SetSilent()
139 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands()
142 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
188 LazyBool m_echo_commands = eLazyBoolCalculate; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DCommandInterpreter.h101 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
112 m_echo_commands = value; in SetSilent()
139 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands()
142 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
188 LazyBool m_echo_commands = eLazyBoolCalculate; variable