Separate out ANSI-standard signals
authorGary Benson <gbenson@redhat.com>
Mon, 9 Jun 2014 09:34:33 +0000 (10:34 +0100)
committerGary Benson <gbenson@redhat.com>
Mon, 9 Jun 2014 09:34:33 +0000 (10:34 +0100)
commit3657956bf8aa891be280a38bdb59bbcd99edd21b
treefccd1fb8788e5b90f0ea471fb5b07de729d13d5a
parentc2610907652d508a532df68ba9911149b4fb39f9
Separate out ANSI-standard signals

This commit reorders various pieces of code to separate ANSI-standard
signals from other signals that need checking.  Comments are added to
document this, and to document the ordering of the signals.

gdb/
2014-06-09  Gary Benson  <gbenson@redhat.com>

* common/signals.c (gdb_signal_from_host): Reorder to separate
the always-available ANSI-standard signals from the signals that
require checking.
(do_gdb_signal_to_host): Likewise.
* proc-events.c (signal_table): Likewise.

gdb/testsuite/
2014-06-09  Gary Benson  <gbenson@redhat.com>

* gdb.base/sigall.c [Functions to send signals]: Reorder to
separate the always-available ANSI-standard signals from the
signals that require checking.
(main): Likewise.
* gdb.reverse/sigall-reverse.c [Functions to send signals]:
Likewise.
(main): Likewise.
gdb/ChangeLog
gdb/common/signals.c
gdb/proc-events.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sigall.c
gdb/testsuite/gdb.reverse/sigall-reverse.c
This page took 0.029684 seconds and 4 git commands to generate.