[binutils-gdb] [gdb/testsuite, tclint] Fix lib/dtrace.exp
Tom de Vries
vries@sourceware.org
Sun Oct 5 20:50:29 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bfc60d9582215deb99a196f5c3d6c2f69d46e9d2
commit bfc60d9582215deb99a196f5c3d6c2f69d46e9d2
Author: Tom de Vries <tdevries@suse.de>
Date: Sun Oct 5 22:50:09 2025 +0200
[gdb/testsuite, tclint] Fix lib/dtrace.exp
Diff:
---
gdb/tclint.toml | 1 -
gdb/testsuite/lib/dtrace.exp | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/gdb/tclint.toml b/gdb/tclint.toml
index 9e5fa7e7d83..a9c3f1aa377 100644
--- a/gdb/tclint.toml
+++ b/gdb/tclint.toml
@@ -40,7 +40,6 @@ exclude = [
"gdb/testsuite/lib/cp-support.exp",
"gdb/testsuite/lib/debuginfod-support.exp",
"gdb/testsuite/lib/d-support.exp",
-"gdb/testsuite/lib/dtrace.exp",
"gdb/testsuite/lib/dwarf.exp",
"gdb/testsuite/lib/fortran.exp",
"gdb/testsuite/lib/future.exp",
diff --git a/gdb/testsuite/lib/dtrace.exp b/gdb/testsuite/lib/dtrace.exp
index d558aba822d..2456ba9b7ce 100644
--- a/gdb/testsuite/lib/dtrace.exp
+++ b/gdb/testsuite/lib/dtrace.exp
@@ -32,7 +32,7 @@
# This function returns -1 on failure, 0 otherwise
proc dtrace_build_usdt_test_program {} {
global testfile hex objdir srcdir srcfile subdir binfile
-
+
# Make sure that dtrace is installed, it is the real one (not the
# script installed by SystemTap, for example) and of the right
# version (>= 0.4.0). If it is not then use pdtrace instead.
More information about the Gdb-cvs
mailing list