From: Nathan Sidwell Date: Tue, 28 Nov 2006 17:52:06 +0000 (+0000) Subject: * gdb.base/break.c (main): Move position of malloc. X-Git-Tag: drow-reverse-20070409-branchpoint~1209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ec659a07ea7e0c4bec363fa5f92ca59a7f5a25d;p=external%2Fbinutils.git * gdb.base/break.c (main): Move position of malloc. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c6550e4..2f276f1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-11-28 Nathan Sidwell + + * gdb.base/break.c (main): Move position of malloc. + 2006-11-28 Vladimir Prus * gdb.mi/mi-var-cmd.exp: Check -var-update after diff --git a/gdb/testsuite/gdb.base/break.exp b/gdb/testsuite/gdb.base/break.exp index 2869c25..05ddd70 100644 --- a/gdb/testsuite/gdb.base/break.exp +++ b/gdb/testsuite/gdb.base/break.exp @@ -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.*