"gdb/testsuite/config",
"gdb/testsuite/lib/aarch64.exp",
"gdb/testsuite/lib/aarch64-scalable.exp",
-"gdb/testsuite/lib/cache.exp",
"gdb/testsuite/lib/check-test-names.exp",
"gdb/testsuite/lib/cp-support.exp",
"gdb/testsuite/lib/debuginfod-support.exp",
proc gdb_caching_proc {name arglist body} {
# Define the underlying proc that we'll call.
set real_name gdb_real__$name
+ # tclint-disable-next-line command-args
proc $real_name $arglist $body
# Define the advertised proc.
lappend caching_proc_body $$arg
}
set caching_proc_body [join $caching_proc_body]
+ # tclint-disable-next-line command-args
proc $name $arglist $caching_proc_body
}