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. 04affae3ef7aa124b6ac0ce4f3a54063b7b4784f


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  04affae3ef7aa124b6ac0ce4f3a54063b7b4784f (commit)
      from  aee4bf85057de1905f5bfaad2a4be0295905d7fb (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=04affae3ef7aa124b6ac0ce4f3a54063b7b4784f

commit 04affae3ef7aa124b6ac0ce4f3a54063b7b4784f
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Dec 2 22:24:32 2013 +0100

    Record objfile->original_name as an absolute path
    
    gdb/
    2013-12-02  Doug Evans  <dje@google.com>
    	    Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* objfiles.c (allocate_objfile): Save original_name as an absolute
    	path.
    	* objfiles.h (struct objfile): Expand comment on original_name.
    	* source.c (openp): Call gdb_abspath.
    	* utils.c (gdb_abspath): New function.
    	* utils.h (gdb_abspath): Declare.
    
    gdb/testsuite/
    2013-12-02  Doug Evans  <dje@google.com>
    
    	* gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
    	at start.
    	* gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
    	has been specified with a relative path and we have chdir'd before
    	accessing the debug info.

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

Summary of changes:
 gdb/ChangeLog                            |   10 ++++++++++
 gdb/objfiles.c                           |   17 ++++++++++++++---
 gdb/objfiles.h                           |    6 ++++--
 gdb/source.c                             |   24 +++---------------------
 gdb/testsuite/ChangeLog                  |    8 ++++++++
 gdb/testsuite/gdb.dwarf2/dwp-symlink.c   |    7 +++++++
 gdb/testsuite/gdb.dwarf2/dwp-symlink.exp |   20 ++++++++++++++++++++
 gdb/utils.c                              |   26 ++++++++++++++++++++++++++
 gdb/utils.h                              |    2 ++
 9 files changed, 94 insertions(+), 26 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]