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. 99894e1175c04ef470761406c0d20f61f5a7e9ba


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  99894e1175c04ef470761406c0d20f61f5a7e9ba (commit)
      from  6e1ac5a3735abf8284c09563fdcba18f88226abb (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=99894e1175c04ef470761406c0d20f61f5a7e9ba

commit 99894e1175c04ef470761406c0d20f61f5a7e9ba
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun Oct 12 21:52:39 2014 +0200

    Fix "save breakpoints" for "disable $bpnum" command.
    
    gdb/ChangeLog
    2014-10-12  Miroslav Franc  <mfranc@redhat.com>
    
    	Fix "save breakpoints" for "disable $bpnum" command.
    	* breakpoint.c (save_breakpoints): Add $bpnum for disable.
    
    gdb/testsuite/ChangeLog
    2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	Fix "save breakpoints" for "disable $bpnum" command.
    	* gdb.base/save-bp.c (main): Add label.
    	* gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.

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

Summary of changes:
 gdb/ChangeLog                      |    5 +++++
 gdb/breakpoint.c                   |    2 +-
 gdb/testsuite/ChangeLog            |    6 ++++++
 gdb/testsuite/gdb.base/save-bp.c   |    2 +-
 gdb/testsuite/gdb.base/save-bp.exp |    6 ++++++
 5 files changed, 19 insertions(+), 2 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]