]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add test case for "finish" with variably-sized types
authorTom Tromey <tromey@adacore.com>
Thu, 8 Sep 2022 16:35:09 +0000 (10:35 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 3 Jan 2023 15:45:01 +0000 (08:45 -0700)
commita7d5fcaf8e15820f997ba7774a8eef7ab7e2f2e3
treee0ab64af55ca8a9e733beb923683d9ca31c52cdd
parent3360bae61faee3b57e4defa33cd7387be5c0dea8
Add test case for "finish" with variably-sized types

This adds a test case for "finish" with variably-sized types, and for
inferior calls as well.  This also extends the "runto" proc to handle
temporary breakpoints.
gdb/testsuite/gdb.ada/finish-var-size.exp [new file with mode: 0644]
gdb/testsuite/gdb.ada/finish-var-size/p.adb [new file with mode: 0644]
gdb/testsuite/gdb.ada/finish-var-size/pck.adb [new file with mode: 0644]
gdb/testsuite/gdb.ada/finish-var-size/pck.ads [new file with mode: 0644]
gdb/testsuite/lib/gdb.exp