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 gdb-7.8-branch updated. 0f9e1204f3de3cbe46a2b9e54049c1df9a5df305


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, gdb-7.8-branch has been updated
       via  0f9e1204f3de3cbe46a2b9e54049c1df9a5df305 (commit)
      from  c666adc6f5995cf14b8ea807b6c9c9b6942c0d97 (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=0f9e1204f3de3cbe46a2b9e54049c1df9a5df305

commit 0f9e1204f3de3cbe46a2b9e54049c1df9a5df305
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Tue Jul 22 22:09:35 2014 +0200

    Fix read_frame_arg for optimized-out entry values.
    
    gdb/
    2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* stack.c (read_frame_arg): Verify value_optimized_out before calling
    	value_available_contents_eq.
    
    gdb/testsuite/
    2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* gdb.arch/amd64-entry-value-paramref.S: New file.
    	* gdb.arch/amd64-entry-value-paramref.cc: New file.
    	* gdb.arch/amd64-entry-value-paramref.exp: New file.
    	* gdb.arch/amd64-optimout-repeat.S: New file.
    	* gdb.arch/amd64-optimout-repeat.c: New file.
    	* gdb.arch/amd64-optimout-repeat.exp: New file.
    
    Message-ID: <20140720150727.GA18488@host2.jankratochvil.net>
    Message-ID: <20140711153757.GA452@host2.jankratochvil.net>

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

Summary of changes:
 gdb/ChangeLog                                      |    5 +
 gdb/stack.c                                        |    2 +
 gdb/testsuite/ChangeLog                            |    9 +
 .../gdb.arch/amd64-entry-value-paramref.S          |  459 ++++++++++++++++++++
 .../gdb.arch/amd64-entry-value-paramref.cc         |   33 ++
 .../gdb.arch/amd64-entry-value-paramref.exp        |   35 ++
 gdb/testsuite/gdb.arch/amd64-optimout-repeat.S     |  297 +++++++++++++
 gdb/testsuite/gdb.arch/amd64-optimout-repeat.c     |   29 ++
 gdb/testsuite/gdb.arch/amd64-optimout-repeat.exp   |   36 ++
 9 files changed, 905 insertions(+), 0 deletions(-)
 create mode 100644 gdb/testsuite/gdb.arch/amd64-entry-value-paramref.S
 create mode 100644 gdb/testsuite/gdb.arch/amd64-entry-value-paramref.cc
 create mode 100644 gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp
 create mode 100644 gdb/testsuite/gdb.arch/amd64-optimout-repeat.S
 create mode 100644 gdb/testsuite/gdb.arch/amd64-optimout-repeat.c
 create mode 100644 gdb/testsuite/gdb.arch/amd64-optimout-repeat.exp


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]