mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* config/slite-gdb.exp (gdb_start): Use "full_buffer", not
"buffer_full". * config/nind-gdb.exp (gdb_start): Use "full_buffer", not "buffer_full". * config/mips-gdb.exp (gdb_start): Use "full_buffer", not "buffer_full". * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not "buffer_full".
This commit is contained in:
@ -1,3 +1,17 @@
|
|||||||
|
Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
|
||||||
|
|
||||||
|
* config/slite-gdb.exp (gdb_start): Use "full_buffer", not
|
||||||
|
"buffer_full".
|
||||||
|
|
||||||
|
* config/nind-gdb.exp (gdb_start): Use "full_buffer", not
|
||||||
|
"buffer_full".
|
||||||
|
|
||||||
|
* config/mips-gdb.exp (gdb_start): Use "full_buffer", not
|
||||||
|
"buffer_full".
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
|
||||||
|
"buffer_full".
|
||||||
|
|
||||||
Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
|
Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* configure.in (configdirs): Add gdb.threads.
|
* configure.in (configdirs): Add gdb.threads.
|
||||||
|
@ -230,7 +230,7 @@ proc gdb_start { } {
|
|||||||
expect_after {
|
expect_after {
|
||||||
"<return>" { send "\n"; perror "Window too small." }
|
"<return>" { send "\n"; perror "Window too small." }
|
||||||
-re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." }
|
-re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." }
|
||||||
buffer_full { perror "internal buffer is full." }
|
full_buffer { perror "internal buffer is full." }
|
||||||
eof { perror "eof -- pty is hosed." }
|
eof { perror "eof -- pty is hosed." }
|
||||||
timeout { perror "timeout." }
|
timeout { perror "timeout." }
|
||||||
"virtual memory exhausted" { perror "virtual memory exhausted." }
|
"virtual memory exhausted" { perror "virtual memory exhausted." }
|
||||||
|
@ -68,7 +68,7 @@ proc gdb_start { } {
|
|||||||
expect_after {
|
expect_after {
|
||||||
"<return>" { send "\n"; clone_output "ERROR: Window too small" }
|
"<return>" { send "\n"; clone_output "ERROR: Window too small" }
|
||||||
-re "\(y or n\) " { send "n\n"; clone_output "ERROR: Got interactive prompt" }
|
-re "\(y or n\) " { send "n\n"; clone_output "ERROR: Got interactive prompt" }
|
||||||
buffer_full { clone_output "ERROR: internal buffer is full" }
|
full_buffer { clone_output "ERROR: internal buffer is full" }
|
||||||
eof { clone_output "ERROR: eof -- pty is hosed" }
|
eof { clone_output "ERROR: eof -- pty is hosed" }
|
||||||
timeout { clone_output "ERROR: timeout" }
|
timeout { clone_output "ERROR: timeout" }
|
||||||
"virtual memory exhausted" { clone_output "ERROR: virtual memory exhausted" }
|
"virtual memory exhausted" { clone_output "ERROR: virtual memory exhausted" }
|
||||||
|
@ -252,7 +252,7 @@ proc gdb_start { } {
|
|||||||
expect_after {
|
expect_after {
|
||||||
"<return>" { send "\n"; perror "Window too small." }
|
"<return>" { send "\n"; perror "Window too small." }
|
||||||
-re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." }
|
-re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." }
|
||||||
buffer_full { perror "internal buffer is full." }
|
full_buffer { perror "internal buffer is full." }
|
||||||
eof { perror "eof -- pty is hosed." }
|
eof { perror "eof -- pty is hosed." }
|
||||||
timeout { perror "timeout." }
|
timeout { perror "timeout." }
|
||||||
"virtual memory exhausted" { perror "virtual memory exhausted." }
|
"virtual memory exhausted" { perror "virtual memory exhausted." }
|
||||||
|
Reference in New Issue
Block a user