Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h96 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
101 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()
148 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() argument
149 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()