Since
246aecb1cd1 "gdb/testsuite: make gdb_breakpoint, runto and
runto_main use parse_args", gdb_breakpoint arguments changed. The
gdb.rocm/interrupt-twice.exp testcase was not updated to call
gdb_breakpoint with correct arguments. This due to the new test being
reviewed before the gdb_breakpoint landed, but it being pushed after.
This patch fixes this issue.
Change-Id: I0204e2c3cc9b704c79ce01386134e13b018593b8
Reviewed-By: Tankut Baris Aktemur <TankutBaris.Aktemur@amd.com>
clean_restart $::testfile
}
- gdb_breakpoint "loop" {allow-pending} {temporary}
+ gdb_breakpoint "loop" -allow-pending -temporary
gdb_run_cmd
set gpu_thread "undefined"