mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* gdb.base/a1-selftest.exp (test_with_self): Run without windows.
This commit is contained in:
@ -1,3 +1,14 @@
|
|||||||
|
Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
|
* gdb.base/a1-selftest.exp (test_with_self): Run without windows.
|
||||||
|
|
||||||
|
Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
|
||||||
|
|
||||||
|
* gdb.base/*.exp: Make ${srcfile} only be the basename of the
|
||||||
|
input source file; fix code to compile test to deal with this
|
||||||
|
convention.
|
||||||
|
* gdb.c++/*.exp: Likewise.
|
||||||
|
|
||||||
Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
|
Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
|
* gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
|
||||||
|
@ -94,7 +94,7 @@ proc test_with_self {} {
|
|||||||
|
|
||||||
# run yourself
|
# run yourself
|
||||||
set description "run until breakpoint at main"
|
set description "run until breakpoint at main"
|
||||||
send "run\n"
|
send "run -nw\n"
|
||||||
expect {
|
expect {
|
||||||
-re "Starting program.*Breakpoint \[0-9\]+,.*main .argc.*argv.* at .*main.c:.*$prompt $" {
|
-re "Starting program.*Breakpoint \[0-9\]+,.*main .argc.*argv.* at .*main.c:.*$prompt $" {
|
||||||
pass "$description"
|
pass "$description"
|
||||||
|
Reference in New Issue
Block a user