projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a653ec1
)
[gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp for remote host
author
Tom de Vries
<tdevries@suse.de>
Mon, 27 Mar 2023 11:58:10 +0000
(13:58 +0200)
committer
Tom de Vries
<tdevries@suse.de>
Mon, 27 Mar 2023 11:58:10 +0000
(13:58 +0200)
Fix test-case gdb.dwarf2/enqueued-cu-base-addr.exp for remote host by using
$testfile instead $binfile.
Tested on x86_64-linux.
gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp
b/gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp
index 658a9a4bb79c1308079350155b191a04c71ea30b..b60c02085b4d7297deb49d9247fdab1f34adc19e 100644
(file)
--- a/
gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp
+++ b/
gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp
@@
-89,7
+89,7
@@
set cu2_blockvector_re \
"" \
"block #000, \[^\r\n\]* in ($hex)..$hex" \
".*"]
-gdb_test_multiple "maint print symbols -objfile $
bin
file" "CU addr found" {
+gdb_test_multiple "maint print symbols -objfile $
test
file" "CU addr found" {
-re -wrap $cu2_blockvector_re {
set addr $expect_out(1,string)
if { $addr eq "0x0" } {