Add intro comment to length_cond.exp
authorTom Tromey <tromey@adacore.com>
Wed, 19 Jun 2019 14:32:35 +0000 (08:32 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 19 Jun 2019 14:32:35 +0000 (08:32 -0600)
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  <tromey@adacore.com>

* gdb.ada/length_cond.exp: Add intro comment.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/length_cond.exp

index 8454b00..60a19eb 100644 (file)
@@ -1,5 +1,9 @@
 2019-06-19  Tom Tromey  <tromey@adacore.com>
 
+       * gdb.ada/length_cond.exp: Add intro comment.
+
+2019-06-19  Tom Tromey  <tromey@adacore.com>
+
        * gdb.ada/length_cond.exp: New file.
        * gdb.ada/length_cond/length_cond.adb: New file.
        * gdb.ada/length_cond/pck.adb: New file.
index 53e9187..7a37c5f 100644 (file)
@@ -13,6 +13,9 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# 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