[Lldb-commits] [PATCH] D52788: Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings.

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 2 11:57:58 PDT 2018


shafik added inline comments.


================
Comment at: source/Interpreter/CommandInterpreter.cpp:96
+    {"echo-comment-commands", OptionValue::eTypeBoolean, true, true, nullptr,
+     {}, "If true, LLDB will print a command even if it is a pure  comment "
+         "line."}};
----------------
extra space between pure and comment


https://reviews.llvm.org/D52788





More information about the lldb-commits mailing list