mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-18 23:13:46 +00:00
* gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
ultrix.
This commit is contained in:
parent
9ea5de84ab
commit
3c1c71bf59
@ -1,3 +1,8 @@
|
||||
Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
|
||||
ultrix.
|
||||
|
||||
Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
|
||||
|
@ -385,9 +385,13 @@ proc test_with_self {} {
|
||||
}
|
||||
}
|
||||
|
||||
# We'll need this when we send a ^C to GDB
|
||||
gdb_test "shell stty intr '^C'" "" \
|
||||
"set interrupt character in test_with_self"
|
||||
# We'll need this when we send a ^C to GDB.
|
||||
# On Ultrix, we don't need it and it is really slow (because shell_escape
|
||||
# doesn't use vfork).
|
||||
if ![istarget "*-*-ultrix*"] then {
|
||||
gdb_test "shell stty intr '^C'" "" \
|
||||
"set interrupt character in test_with_self"
|
||||
}
|
||||
|
||||
# start the "xgdb" process
|
||||
send "continue\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user