aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2022-05-11 13:30:33 +0200
committerTom de Vries <tdevries@suse.de>2022-05-11 13:30:33 +0200
commitb00d6678f6ef55ef52d79bfd5424d775bba01f0e (patch)
tree3659a0b456dddf8e80213dbf192befdc9de5f7cd /binutils
parent4d88ae0c7b58ca3fc8125c0f573264de21647886 (diff)
downloadgdb-b00d6678f6ef55ef52d79bfd5424d775bba01f0e.zip
gdb-b00d6678f6ef55ef52d79bfd5424d775bba01f0e.tar.gz
gdb-b00d6678f6ef55ef52d79bfd5424d775bba01f0e.tar.bz2
[gdb/testsuite] Fix gdb.base/catch-syscall.exp without --enable-targets
When doing a gdb build without --enable-targets, I run into: ... (gdb) UNSUPPORTED: gdb.base/catch-syscall.exp: multiple targets: \ s390:31-bit vs s390:64-bit: set architecture s390:64-bit delete breakpoints^M (gdb) info breakpoints^M No breakpoints or watchpoints.^M (gdb) break -qualified main^M No symbol table is loaded. Use the "file" command.^M Make breakpoint pending on future shared library load? (y or [n]) n^M (gdb) FAIL: gdb.base/catch-syscall.exp: gdb_breakpoint: set breakpoint at main ... The problem is that due to recent commit e21d8399303 ("[gdb/testsuite] Remove target limits in gdb.base/catch-syscall.exp") "clean_restart $binfile" no longer is called at the end of test_catch_syscall_multi_arch. Fix this by moving "clean_restart $binfile" back to test_catch_syscall_multi_arch. Tested on x86_64-linux.
Diffstat (limited to 'binutils')
0 files changed, 0 insertions, 0 deletions