]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
gdb/testsuite: split 'maint info sections' tests to a new file
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 5 Feb 2021 14:47:04 +0000 (14:47 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 11 Feb 2021 10:26:18 +0000 (10:26 +0000)
commitf4be677293a68a4d54f978bccbd703c3909b5149
tree99d521bc91afaf2dafda9d0ce9da961cbd934932
parent1db66e348ac6fb5456dd76ddd700434e5cb5ba31
gdb/testsuite: split 'maint info sections' tests to a new file

The next couple of patches are going to add more tests for the 'maint
info sections' command.  Rather than try to jam these tests into the
already quite long gdb.base/maint.c, this commit moves all of the
tests for 'maint info sections' into a new file.

I've updated the tests to make use of some newer testsuite constructs,
like -wrap and $gdb_test_name for gdb_test_multiple, but otherwise the
tests should not have changed with this commit.

gdb/testsuite/ChangeLog:

* gdb.base/maint-info-sections.exp: New file, content is moved
from gdb.base/maint.exp and cleaned up to use latest testsuite
techniques.
* gdb.base/maint.exp: Tests moved out to
gdb.base/maint-info-sections.exp.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint-info-sections.exp [new file with mode: 0644]
gdb/testsuite/gdb.base/maint.exp