* gdb.arch/i386-unwind.exp: Don't use runto_main. Change

"continue" into "run".
This commit is contained in:
Mark Kettenis 2003-11-23 19:30:52 +00:00
parent 66c5728963
commit b0e1598abf
2 changed files with 7 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2003-11-23 Mark Kettenis <kettenis@gnu.org>
* gdb.arch/i386-unwind.exp: Don't use runto_main. Change
"continue" into "run".
2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456.

View File

@ -45,18 +45,10 @@ gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
#
# Run to `main' where we begin our tests.
#
if ![runto_main] then {
gdb_suppress_tests
}
# Testcase for backtrace/1435.
gdb_test "continue" "Program received signal SIGTRAP.*" \
"continue past gdb1435"
gdb_test "run" "Program received signal SIGTRAP.*" \
"run past gdb1435"
gdb_test "backtrace 10" \
"#1\[ \t]*$hex in gdb1435.*\r\n#2\[ \t\]*$hex in main.*" \