mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 23:36:30 +00:00
Be more careful about sending input to MAGDMP.
Using expect's send sometimes fails. Exact cause unknown, but it looks like characters get dropped.
This commit is contained in:
parent
3b77ee3320
commit
61e0fc0cbe
@ -5,8 +5,8 @@ set emulator_escape "\034"
|
||||
proc start_salv {} {
|
||||
uplevel #0 {spawn ./tools/sims/BIN/ka10 build/sims/init}
|
||||
setup_timeout
|
||||
expect "MAGDMP\r\n"; send "l\033ddt\r"
|
||||
expect "\n"; send "t\033salv\r"
|
||||
respond "MAGDMP\r\n" "l\033ddt\r"
|
||||
respond "\n" "t\033salv\r"
|
||||
}
|
||||
|
||||
proc start_dskdmp args {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user