]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add Ada test case for break using a label
authorTom Tromey <tromey@adacore.com>
Thu, 23 Mar 2023 15:22:33 +0000 (09:22 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 7 Apr 2023 15:23:30 +0000 (09:23 -0600)
commit565059a2828112f10a6ef8395c4855a5b072e32f
tree528df5fc0dbb441c5418b5897df7dff5f7830d6e
parentb4614d1090dd92cfd64a687b090cb4d5e13aced0
Add Ada test case for break using a label

I noticed there aren't any Ada test cases for setting a breakpoint
using a label.  This patch adds one, adapted from the AdaCore test
suite.
gdb/testsuite/gdb.ada/break-label.exp [new file with mode: 0644]
gdb/testsuite/gdb.ada/break-label/pck.adb [new file with mode: 0644]
gdb/testsuite/gdb.ada/break-label/pck.ads [new file with mode: 0644]
gdb/testsuite/gdb.ada/break-label/proc.adb [new file with mode: 0644]