]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Record objfile->original_name as an absolute path
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Dec 2013 21:24:32 +0000 (22:24 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Dec 2013 21:24:32 +0000 (22:24 +0100)
commit04affae3ef7aa124b6ac0ce4f3a54063b7b4784f
treee7b3b2a4e5c71cce09d6ea41c6bba22e7c0322ba
parentaee4bf85057de1905f5bfaad2a4be0295905d7fb
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.
gdb/ChangeLog
gdb/objfiles.c
gdb/objfiles.h
gdb/source.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dwp-symlink.c
gdb/testsuite/gdb.dwarf2/dwp-symlink.exp
gdb/utils.c
gdb/utils.h