diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-11-28 17:52:06 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-11-28 17:52:06 +0000 |
commit | 8ec659a07ea7e0c4bec363fa5f92ca59a7f5a25d (patch) | |
tree | 7877983f99a74898bf97c366ddd57661300c4fe5 /gdb | |
parent | 3e9a2e524520a867aebe55f44cb1e4a094ed8410 (diff) | |
download | gdb-8ec659a07ea7e0c4bec363fa5f92ca59a7f5a25d.zip gdb-8ec659a07ea7e0c4bec363fa5f92ca59a7f5a25d.tar.gz gdb-8ec659a07ea7e0c4bec363fa5f92ca59a7f5a25d.tar.bz2 |
* gdb.base/break.c (main): Move position of malloc.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/break.exp | 11 |
2 files changed, 15 insertions, 0 deletions
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 <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 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.* |