]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 8454b00755c0b00fe181db087b774a44b4055c85..60a19eb5f0b14d38442306f2ba557f47308fa692 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 53e9187dc4d972be9646d6c046bb56189562e712..7a37c5f2ac594c75cbcc08a487dba480a44cc8b0 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