diff options
author | Pedro Alves <palves@redhat.com> | 2017-10-13 00:40:23 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-10-13 00:40:23 +0100 |
commit | 8aed1c0d04e6d0eb7d0790c4691665cffef573b7 (patch) | |
tree | 37aeeffae28d89e3373078c247d9dab148a31b4f /gdb/testsuite/gdb.base/attach.exp | |
parent | cfa34c871c6644bd7b132b5ca7f2217880f5fa9b (diff) | |
download | gdb-8aed1c0d04e6d0eb7d0790c4691665cffef573b7.zip gdb-8aed1c0d04e6d0eb7d0790c4691665cffef573b7.tar.gz gdb-8aed1c0d04e6d0eb7d0790c4691665cffef573b7.tar.bz2 |
Remove references to gdb64 in the testsuite
I'm not sure whether this gdb64 was ever a thing in the upstream repo,
but it certainly doesn't exist nowadays.
AFAICT, this came in with the original big merge with the HP tree:
https://sourceware.org/ml/gdb-patches/1999-q2/msg00149.html
gdb/testsuite/ChangeLog:
2017-10-12 Pedro Alves <palves@redhat.com>
* gdb.base/attach.exp: Remove references to gdb64.
* gdb.base/dbx.exp: Remove references to gdb64.
Diffstat (limited to 'gdb/testsuite/gdb.base/attach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/attach.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 98a50f5..89b3dd0 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -324,7 +324,7 @@ proc do_call_attach_tests {} { # Attach - gdb_test "file $binfile2" ".*" "force switch to gdb64, if necessary" + gdb_test "file $binfile2" ".*" "load file" set test "attach call" gdb_test_multiple "attach $testpid" "$test" { -re "warning: reading register.*I.*O error.*$gdb_prompt $" { |