"gdb/testsuite/lib/aarch64-scalable.exp",
"gdb/testsuite/lib/cache.exp",
"gdb/testsuite/lib/check-test-names.exp",
-"gdb/testsuite/lib/completion-support.exp",
"gdb/testsuite/lib/cp-support.exp",
"gdb/testsuite/lib/debuginfod-support.exp",
"gdb/testsuite/lib/d-support.exp",
if {$start == -1} {
error "could not find \"$needle\" in \"$haystack\""
}
- return [expr $start + [string length $needle]]
+ return [expr {$start + [string length $needle]}]
}
# Create a breakpoint using BREAK_COMMAND, and return the number