]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/testsuite, tclint] Further tclint fixing
authorTom de Vries <tdevries@suse.de>
Tue, 30 Sep 2025 19:32:50 +0000 (21:32 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 30 Sep 2025 19:32:50 +0000 (21:32 +0200)
commit9588aa182c1db5f60345729b45223269b3046f06
treed80de8052050f0133a227f41cc4bbf60eec06e7e
parent8bf0b2453904ad3fdd59c1cda25d2f4b3c46baef
[gdb/testsuite, tclint] Further tclint fixing

Currently stable tclint (v6.0.1) as used in pre-commit doesn't check code that
is passed as arguments to commands specific to the gdb testsuite [1], like
with_test_prefix:
...
with_test_prefix foo {
  ...
}
...

I wrote a rudimentary tclint patch handling this, skipping the dwarf assembler
procs.

Fix the additional issues found.

[1] https://github.com/nmoroze/tclint/issues/121
48 files changed:
gdb/testsuite/gdb.ada/big_packed_array.exp
gdb/testsuite/gdb.ada/finish-var-size.exp
gdb/testsuite/gdb.ada/huge.exp
gdb/testsuite/gdb.ada/import.exp
gdb/testsuite/gdb.ada/uninitialized-variable-record.exp
gdb/testsuite/gdb.ada/verylong.exp
gdb/testsuite/gdb.base/args.exp
gdb/testsuite/gdb.base/fission-macro.exp
gdb/testsuite/gdb.base/huge.exp
gdb/testsuite/gdb.base/inferior-args.exp
gdb/testsuite/gdb.base/startup-with-shell.exp
gdb/testsuite/gdb.base/utf8-identifiers.exp
gdb/testsuite/gdb.btrace/vdso.exp
gdb/testsuite/gdb.compile/compile-ifunc.exp
gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
gdb/testsuite/gdb.dwarf2/dw-form-strx-out-of-bounds.exp
gdb/testsuite/gdb.dwarf2/dw-form-strx.exp
gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp
gdb/testsuite/gdb.fortran/array-slices.exp
gdb/testsuite/gdb.fortran/associated.exp
gdb/testsuite/gdb.fortran/assumedrank.exp
gdb/testsuite/gdb.fortran/huge.exp
gdb/testsuite/gdb.fortran/lbound-ubound.exp
gdb/testsuite/gdb.fortran/rank.exp
gdb/testsuite/gdb.fortran/shape.exp
gdb/testsuite/gdb.fortran/size.exp
gdb/testsuite/gdb.fortran/sizeof.exp
gdb/testsuite/gdb.gdb/unittest.exp
gdb/testsuite/gdb.linespec/cpcompletion.exp
gdb/testsuite/gdb.linespec/cpls-abi-tag.exp
gdb/testsuite/gdb.multi/multi-arch.exp
gdb/testsuite/gdb.multi/multi-re-run.exp
gdb/testsuite/gdb.opt/inline-cmds.exp
gdb/testsuite/gdb.opt/inline-entry.exp
gdb/testsuite/gdb.perf/skip-command.exp
gdb/testsuite/gdb.python/py-record-btrace.exp
gdb/testsuite/gdb.python/py-section-script.exp
gdb/testsuite/gdb.rocm/displaced-stepping.exp
gdb/testsuite/gdb.rocm/precise-memory-exec.exp
gdb/testsuite/gdb.rocm/precise-memory-fork.exp
gdb/testsuite/gdb.rocm/precise-memory-warning-sigsegv.exp
gdb/testsuite/gdb.rocm/precise-memory.exp
gdb/testsuite/gdb.rocm/simple.exp
gdb/testsuite/gdb.server/exit-multiple-threads.exp
gdb/testsuite/gdb.server/reconnect-ctrl-c.exp
gdb/testsuite/gdb.server/server-kill.exp
gdb/testsuite/gdb.tui/winheight.exp
gdb/testsuite/gdb.tui/wrap-line.exp