diff options
author | Gary Benson <gbenson@redhat.com> | 2015-04-02 13:38:29 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2015-04-02 13:38:29 +0100 |
commit | 64c0b5de8dfd68c54060b07d54b1edf8d22fc52b (patch) | |
tree | 2dc74d7f6a99dd6391a0666cddc8b35cef32cae1 /gdb/ChangeLog | |
parent | b57fbfba4b53434252fce55e323f08aeab556409 (diff) | |
download | gdb-64c0b5de8dfd68c54060b07d54b1edf8d22fc52b.zip gdb-64c0b5de8dfd68c54060b07d54b1edf8d22fc52b.tar.gz gdb-64c0b5de8dfd68c54060b07d54b1edf8d22fc52b.tar.bz2 |
Update exec_file_attach to cope with "target:" filenames
This commit adds support for filenames prefixed with "target:" to
exec_file_attach. This is required to correctly follow inferior
exec* calls when a gdb_sysroot prefixed with "target:" is set.
gdb/ChangeLog:
* exec.c (exec_file_attach): Support "target:" filenames.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7cc4265..27c6828 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-04-02 Gary Benson <gbenson@redhat.com> + * exec.c (exec_file_attach): Support "target:" filenames. + +2015-04-02 Gary Benson <gbenson@redhat.com> + * solib.c (solib_find): Strip "target:" prefix from sysroot if accessing local files. |