This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/14086] New: gdb -quiet too chatty


http://sourceware.org/bugzilla/show_bug.cgi?id=14086

             Bug #: 14086
           Summary: gdb -quiet too chatty
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


When trying to invoke gdb in a wrapping sort of mode:

gdb -batch -quiet -ex run -args /bin/foo bar baz

a user would likely prefer to see nothing but the output of /bin/foo,
unless /bin/foo crashes.  Instead, gdb offers:

[Thread debugging using libthread_db enabled]
... output here ...
Program exited normally.

It would be nice if -quiet meant suppression of that boilerplate.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]