mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
* gdb.base/args.exp: Expect .exe in output.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* gdb.base/args.exp: Expect .exe in output.
|
||||
|
||||
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
|
||||
|
@ -48,7 +48,7 @@ gdb_exit
|
||||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_test "run" \
|
||||
"Starting program.*args 1 3.*3\r\n.*args\r\n1\r\n3.*Program exited normally." \
|
||||
"Starting program.*args(\.exe)? 1 3.*3\r\n.*args\r\n1\r\n3.*Program exited normally." \
|
||||
"correct args printed"
|
||||
|
||||
#
|
||||
@ -59,7 +59,7 @@ gdb_exit
|
||||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_test "run" \
|
||||
"Starting program.*args 1 \\\\'\\\\' 3.*4\r\n.*args\r\n1\r\n''\r\n3.*Program exited normally." \
|
||||
"Starting program.*args(\.exe)? 1 \\\\'\\\\' 3.*4\r\n.*args\r\n1\r\n''\r\n3.*Program exited normally." \
|
||||
"correct args printed, one empty"
|
||||
|
||||
#
|
||||
@ -70,7 +70,7 @@ gdb_exit
|
||||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_test "run" \
|
||||
"Starting program.*args 1 \\\\'\\\\' \\\\'\\\\' 3.*5\r\n.*args\r\n1\r\n''\r\n''\r\n3.*Program exited normally." \
|
||||
"Starting program.*args(\.exe)? 1 \\\\'\\\\' \\\\'\\\\' 3.*5\r\n.*args\r\n1\r\n''\r\n''\r\n3.*Program exited normally." \
|
||||
"correct args printed, two empty"
|
||||
|
||||
set GDBFLAGS $old_gdbflags
|
||||
|
Reference in New Issue
Block a user