* gdb.base/break.c (main): Move position of malloc.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 28 Nov 2006 17:52:06 +0000 (17:52 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Tue, 28 Nov 2006 17:52:06 +0000 (17:52 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break.exp

index c6550e4c3832720d286e0bb9ef380ae728fc43cb..2f276f11e50a58b9e1c59426fa8d263b17947632 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gdb.base/break.c (main): Move position of malloc.
+
 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.mi/mi-var-cmd.exp: Check -var-update after
index 2869c253a23d5eb5de090065b944d2fbc24b603b..05ddd70485b65cd3465a25bf8274b626805a1bac 100644 (file)
@@ -180,6 +180,17 @@ set bp_location7 [gdb_get_line_number "set breakpoint 7 here"]
 set bp_location8 [gdb_get_line_number "set breakpoint 8 here" $srcfile1]
 set bp_location9 [gdb_get_line_number "set breakpoint 9 here" $srcfile1]
 
+verbose -log    "Num Type\[ \]+Disp Enb Address\[ \]+What.*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$main_line.*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in marker2 at .*$srcfile1:($bp_location8|$bp_location9).*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in factorial$proto at .*$srcfile:$bp_location7.*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$bp_location1.*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$bp_location1.*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$bp_location2.*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in multi_line_if_conditional at .*$srcfile:$bp_location3.*
+\[0-9\]+\[\t \]+breakpoint     keep y.* in multi_line_while_conditional at .*$srcfile:$bp_location4" \
+2
+
 gdb_test "info break" \
     "Num Type\[ \]+Disp Enb Address\[ \]+What.*
 \[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$main_line.*
This page took 0.037221 seconds and 4 git commands to generate.