From 899277ae529c2b743d22093fcc1a9e46aff4422a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 19 Jun 2019 08:32:35 -0600 Subject: [PATCH] Add intro comment to length_cond.exp Pedro pointed out that the new length_cond.exp test did not have an intro comment. This adds one. gdb/testsuite/ChangeLog 2019-06-19 Tom Tromey * gdb.ada/length_cond.exp: Add intro comment. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.ada/length_cond.exp | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8454b00..60a19eb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2019-06-19 Tom Tromey + * gdb.ada/length_cond.exp: Add intro comment. + +2019-06-19 Tom Tromey + * gdb.ada/length_cond.exp: New file. * gdb.ada/length_cond/length_cond.adb: New file. * gdb.ada/length_cond/pck.adb: New file. diff --git a/gdb/testsuite/gdb.ada/length_cond.exp b/gdb/testsuite/gdb.ada/length_cond.exp index 53e9187..7a37c5f 100644 --- a/gdb/testsuite/gdb.ada/length_cond.exp +++ b/gdb/testsuite/gdb.ada/length_cond.exp @@ -13,6 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Regression test for a crash that would happen when setting a +# breakpoint condition that used an array attribute. + load_lib "ada.exp" standard_ada_testfile length_cond -- 2.7.4