BFD error message suppression test case
authorKevin Buettner <kevinb@redhat.com>
Fri, 16 Sep 2022 23:13:30 +0000 (16:13 -0700)
committerKevin Buettner <kevinb@redhat.com>
Fri, 16 Sep 2022 23:30:39 +0000 (16:30 -0700)
commitc6449f19d661a0901d3385e74172eaf1b4bb62fc
treecb462bd0bdf08272f06383bda42c7d77d0ad7a5b
parent84e605558eb8a3aeec636e32de5d3573242d462e
BFD error message suppression test case

This commit adds a GDB test case which tests GDB's BFD error handler
hook for suppressing output of all but the first identical messages.

See the comment at the beginning of bfd-errors.exp for details about
this new test.

I've tested this test for both 32- and 64-bit ELF files and also
on both little endian and big endian machines.  It also works for
both native and remote targets.  The only major restriction is that
it only works for ELF targets.
gdb/testsuite/gdb.base/bfd-errors-lib.c [new file with mode: 0644]
gdb/testsuite/gdb.base/bfd-errors.exp [new file with mode: 0644]