This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] Separate out ANSI-standard signals
- From: Doug Evans <xdje42 at gmail dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>, Eli Zaretskii <eliz at gnu dot org>
- Date: Sat, 7 Jun 2014 17:55:30 -0700
- Subject: Re: [PATCH v2] Separate out ANSI-standard signals
- Authentication-results: sourceware.org; auth=none
- References: <20140606133230 dot GB1769 at blade dot nx>
On Fri, Jun 6, 2014 at 6:32 AM, Gary Benson <gbenson@redhat.com> wrote:
> Hi all,
>
> This patch reorders various pieces of code to separate ANSI-standard
> signals from other signals that need checking. Comments are added to
> document this.
>
> This patch differs from the first version in that extra comments have
> been added to document the ordering of the signals.
>
> Ok to commit?
>
> Cheers,
> Gary
>
> --
> gdb/
> 2014-06-06 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-06 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.
LGTM