Bug 14506 - signal frame should display the signal
Summary: signal frame should display the signal
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: backtrace (show other bugs)
Version: unknown
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 01:55 UTC by Tom Tromey
Modified: 2012-08-22 01:55 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2012-08-22 01:55:51 UTC
Currently a backtrace will just print this for a signal delivery:

#3  <signal handler called>

gdb often knows the signal here, so it should display it.

If you look at the backtrace here:
https://bugzilla.redhat.com/show_bug.cgi?id=849588
Direct link:
https://bugzilla.redhat.com/attachment.cgi?id=605630

... you can see a case where the signal is not evident in the bt.
The bt output makes it look like the signal calls quit_force directly.