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

gdb and binutils branch master updated. 3657956bf8aa891be280a38bdb59bbcd99edd21b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  3657956bf8aa891be280a38bdb59bbcd99edd21b (commit)
      from  c2610907652d508a532df68ba9911149b4fb39f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3657956bf8aa891be280a38bdb59bbcd99edd21b

commit 3657956bf8aa891be280a38bdb59bbcd99edd21b
Author: Gary Benson <gbenson@redhat.com>
Date:   Mon Jun 9 10:34:33 2014 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog                              |    8 ++
 gdb/common/signals.c                       |   67 ++++++++++-------
 gdb/proc-events.c                          |   23 ++++--
 gdb/testsuite/ChangeLog                    |   10 +++
 gdb/testsuite/gdb.base/sigall.c            |  113 ++++++++++++++++------------
 gdb/testsuite/gdb.reverse/sigall-reverse.c |  113 ++++++++++++++++------------
 6 files changed, 205 insertions(+), 129 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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