[Lldb-commits] Patch for review: add silent option to command source
jingham at apple.com
jingham at apple.com
Tue Jul 9 15:57:54 PDT 2013
That looks fine.
Jim
On Jul 9, 2013, at 3:19 PM, Matthew Sorrels <sorrels.m at gmail.com> wrote:
> 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
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list