]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: add DWARF 5 + split DWARF + type units board
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 7 Apr 2025 17:51:58 +0000 (13:51 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 8 Apr 2025 18:03:38 +0000 (14:03 -0400)
commit34f5a310b4f59546652947de751329a0ea765101
tree108648d370b6a33ea339641ddc76a050e0c5519b
parentd01e823438c7dc264d6885fbbfeace4d8955dcb7
gdb/testsuite: add DWARF 5 + split DWARF + type units board

I'm currently fixing bugs and performance issues when GDB encounters
this particular configuration.  Since split DWARF + type units makes GDB
take some code paths not taken by any other board files, I think it
deserves to be its own board file.  One particularity is that the
produced .dwo files have a .debug_info.dwo section that contains some
ype units, in addition to the compile unit.

Add that board to make-check-all.sh.

Change-Id: I245e6f600055a27e0c31f1a4a9af1f68292fe18c
Approved-By: Tom Tromey <tom@tromey.com>
gdb/testsuite/boards/dwarf5-fission-debug-types.exp [new file with mode: 0644]
gdb/testsuite/make-check-all.sh