[Lldb-commits] Patch for review: add silent option to command source

Matthew Sorrels sorrels.m at gmail.com
Tue Jul 9 15:19:48 PDT 2013


Right now the "command source" command spews out each command while it
runs.  This results in very ugly output, especially if you have a command
prompt that uses color.  This patch adds a silent-run option:

       -s <boolean> ( --silent-run <boolean> )
            If true don't echo commands while executing.

It defaults to off, so behaviour is not changed.
http://llvm-reviews.chandlerc.com/D1118
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20130709/5bc40f4c/attachment.html>


More information about the lldb-commits mailing list