diff options
author | Gary Benson <gbenson@redhat.com> | 2015-04-20 11:35:29 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2015-04-20 11:36:02 +0100 |
commit | 1586c8fbaf0116931ffacd1746a6540c81c2d438 (patch) | |
tree | fa5318c724c7ab5a4b124fcfcf38b6d8f95f397d /gdb/testsuite/ChangeLog | |
parent | 3cdf408c30480ce06ce5c7b156aab4c4601840e7 (diff) | |
download | gdb-1586c8fbaf0116931ffacd1746a6540c81c2d438.zip gdb-1586c8fbaf0116931ffacd1746a6540c81c2d438.tar.gz gdb-1586c8fbaf0116931ffacd1746a6540c81c2d438.tar.bz2 |
Fix three test failures with extended remote targets
This commit fixes three gdb.base/attach.exp failures when using
extended remote targets. The failures occurred because GDB now
locates and loads files when attaching on remote targets if the
remote target supports qXfer:exec-file:read; the filenames were
shown but with "target:" prefixes which the test has been updated
to handle.
gdb/testsuite/ChangeLog:
* gdb.base/attach.exp: Fix three extended remote failures.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 500a774..8692a0b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-04-20 Gary Benson <gbenson@redhat.com> + + * gdb.base/attach.exp: Fix three extended remote failures. + 2015-04-17 Gary Benson <gbenson@redhat.com> * gdb.server/server-exec-info.exp: Inhibit GDB from accessing |