[Lldb-commits] [PATCH] Print a newline before exiting the driver.

Todd Fiala tfiala at google.com
Mon Sep 15 09:21:13 PDT 2014


Hey Stephane,

For typical debugger usage, this is generally adding an extra blank line,
which feels a little awkward.  Could you consider reworking this perhaps to
only add the extra \n if we're ending mid-line?  Or fix the systems that
are ending mid-line and have them add the \n when shutting down (e.g.
inferior process stdout/stderr)?

I found when I played with it a while, the extra line made me feel like my
program was outputting something I wasn't expecting, or that I'm somehow
missing something from the debugger.

-Todd

On Wed, Sep 10, 2014 at 1:45 PM, Stephane Sezer <sas at fb.com> wrote:

> This prevents messing up the shell's prompt.
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140915/0ddb4b2e/attachment.html>


More information about the lldb-commits mailing list