aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-07-16 16:18:41 +0200
committerTom de Vries <tdevries@suse.de>2023-07-16 16:18:41 +0200
commit5c77898d60cfea469a86fc6026f51b4a6d8e7444 (patch)
tree792fefb60ce4102145c3c525dd9a57caea1b8bd2 /gdb
parent21751cefc44b4544752e38119b7a874b052cd7f3 (diff)
downloadgdb-5c77898d60cfea469a86fc6026f51b4a6d8e7444.zip
gdb-5c77898d60cfea469a86fc6026f51b4a6d8e7444.tar.gz
gdb-5c77898d60cfea469a86fc6026f51b4a6d8e7444.tar.bz2
[gdb/testsuite] Handle has_native_target in gdb.testsuite/gdb-caching-proc-consistency.exp
With test-case gdb.testsuite/gdb-caching-proc-consistency.exp we run into: ... ERROR: no fileid for xerxes Couldn't send help target native to GDB. UNRESOLVED: <exp>: have_native_target: initial: help target native ... Fix this by handling have_native_target in gdb.testsuite/gdb-caching-proc-consistency.exp. Tested on x86_64-linux.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.testsuite/gdb-caching-proc-consistency.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.testsuite/gdb-caching-proc-consistency.exp b/gdb/testsuite/gdb.testsuite/gdb-caching-proc-consistency.exp
index df7715f..4d57f5b 100644
--- a/gdb/testsuite/gdb.testsuite/gdb-caching-proc-consistency.exp
+++ b/gdb/testsuite/gdb.testsuite/gdb-caching-proc-consistency.exp
@@ -90,6 +90,7 @@ proc test_file { file } {
"is_address_zero_readable" { set setup_gdb 1 }
"target_is_gdbserver" { set setup_gdb 1 }
"supports_memtag" { set setup_gdb 1 }
+ "have_native_target" { set setup_gdb 1 }
default {set setup_gdb 0 }
}