Re: Improve GDB's first user experience by reducing "print_gdb_version" output
Eli Zaretskii via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Phi Debian <[email protected]> > Date: Thu, 29 May 2025 10:45:14 +0200 > > On Wed, May 28, 2025 at 2:20 PM Eli Zaretskii <[email protected]> wrote: > > > Date: Wed, 28 May 2025 09:33:09 +0200 > > Unlike GDB, GCC is not an interactive program, so it produces this > information in the output of "gcc --version" and "gcc --help". > > Ha Ok, I got it, yet I have hard time to find 'interactive program' that emit long copyright thing at start up. > Looks like editors (vi, emacs) are also exempt of producing such copyright at start up. Emacs does produce it by default, try "emacs -q" to see that.