]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.trace/ftrace.exp
gdb_is_target_remote -> gdb_protocol_is_remote
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.trace / ftrace.exp
index 7f74a5a45cba4a33a39faff964a4161e34ad8a01..9b100ced8f53ab9c1faa96a9ae6ca5da9c2600d3 100644 (file)
@@ -189,7 +189,7 @@ proc test_fast_tracepoints {} {
     # fast tracepoints RSP feature, and confirm fast tracepoints
     # can no longer be downloaded.
     set test "fast tracepoint could not be downloaded with the feature disabled"
-    if [gdb_is_target_remote] {
+    if [gdb_protocol_is_remote] {
         gdb_test "set remote fast-tracepoints-packet off"
 
         gdb_test_multiple "tstart" $test {