This is the mail archive of the gdb@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]

Re: Time to expand "Program received signal" ?


> > 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


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