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. e214cf6c2e05bcfc85dc6f335d8ffdc3629cf0cf


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  e214cf6c2e05bcfc85dc6f335d8ffdc3629cf0cf (commit)
      from  bddbbedd70665b48d358e457ef122c4df075b76b (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=e214cf6c2e05bcfc85dc6f335d8ffdc3629cf0cf

commit e214cf6c2e05bcfc85dc6f335d8ffdc3629cf0cf
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]