2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
* gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting tests.
This commit is contained in:
parent
6f439c366a
commit
2faca73a4e
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
|
* gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
|
||||||
|
tests.
|
||||||
|
|
||||||
2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
|
2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
* gdb.base/args.exp: avoid same output for tests
|
* gdb.base/args.exp: avoid same output for tests
|
||||||
|
@ -76,7 +76,7 @@ gdb_expect {
|
|||||||
|
|
||||||
gdb_test "break [gdb_get_line_number "first breakpoint here"]" \
|
gdb_test "break [gdb_get_line_number "first breakpoint here"]" \
|
||||||
"Breakpoint .* at .*i386-sse.c.*" \
|
"Breakpoint .* at .*i386-sse.c.*" \
|
||||||
"set breakpoint in main"
|
"set first breakpoint in main"
|
||||||
gdb_continue_to_breakpoint "continue to first breakpoint in main"
|
gdb_continue_to_breakpoint "continue to first breakpoint in main"
|
||||||
|
|
||||||
foreach r {0 1 2 3 4 5 6 7} {
|
foreach r {0 1 2 3 4 5 6 7} {
|
||||||
@ -94,7 +94,7 @@ foreach r {0 1 2 3 4 5 6 7} {
|
|||||||
|
|
||||||
gdb_test "break [gdb_get_line_number "second breakpoint here"]" \
|
gdb_test "break [gdb_get_line_number "second breakpoint here"]" \
|
||||||
"Breakpoint .* at .*i386-sse.c.*" \
|
"Breakpoint .* at .*i386-sse.c.*" \
|
||||||
"set breakpoint in main"
|
"set second breakpoint in main"
|
||||||
gdb_continue_to_breakpoint "continue to second breakpoint in main"
|
gdb_continue_to_breakpoint "continue to second breakpoint in main"
|
||||||
|
|
||||||
foreach r {0 1 2 3 4 5 6 7} {
|
foreach r {0 1 2 3 4 5 6 7} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user