From ca7d6a0cb5d6845b1b71d084fb817d4af23bf7a5 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 21 Oct 2004 03:55:08 +0000 Subject: [PATCH] * gdb.ada/null_record.exp: Check where we stopped after sending the start command, instead of where the associated temporary breakpoint was inserted. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.ada/null_record.exp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7ba5c69522..db5e6aac5d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-10-20 Joel Brobecker + + * gdb.ada/null_record.exp: Check where we stopped after + sending the start command, instead of where the associated + temporary breakpoint was inserted. + 2004-10-14 Andrew Cagney * gdb.mi/gdb701.c (main): Return 0. diff --git a/gdb/testsuite/gdb.ada/null_record.exp b/gdb/testsuite/gdb.ada/null_record.exp index d98867c0f8..8956e9f76c 100644 --- a/gdb/testsuite/gdb.ada/null_record.exp +++ b/gdb/testsuite/gdb.ada/null_record.exp @@ -35,7 +35,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} gdb_test "start" \ - "Breakpoint \[0-9\]+ at .*null_record.adb.*" \ + "null_record \\(\\) at .*null_record.adb.*" \ "start" gdb_test "ptype empty" \ -- 2.34.1