This is the mail archive of the gdb-patches@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: [PATCH v2] Separate out ANSI-standard signals


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


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