Time to expand "Program received signal" ?

John Gilmore gnu@toad.com
Wed Nov 14 19:54:00 GMT 2012


> > GDB shouldn't mention threads at all, unless the program being debugged
> > is multi-threaded.
> 
> Since 7.0 GDB models non-threaded programs as single threaded.

OK, then, you can call it what you want.  GDB shouldn't mention
threads at all, unless the program being debugged has more than a
single thread.

Printing a thread identifier is extraneous information that the user
will just have to skip over to get to the real information (that their
program got a signal).

	John



More information about the Gdb mailing list