]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/slite-gdb.exp (gdb_start): Use "full_buffer", not
authorTom Tromey <tromey@redhat.com>
Wed, 7 Aug 1996 19:17:09 +0000 (19:17 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 7 Aug 1996 19:17:09 +0000 (19:17 +0000)
        "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".

gdb/testsuite/ChangeLog
gdb/testsuite/config/mips-gdb.exp
gdb/testsuite/config/nind-gdb.exp
gdb/testsuite/config/slite-gdb.exp

index cc866c517cfffe85ee11850dbce4ba59f535da3f..3308479f5bc4ed862755b03ef74441e4e413ba0c 100644 (file)
@@ -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>
 
        * configure.in (configdirs): Add gdb.threads.
index 2043f7294633346a15365d8f6e4b2f9c5b18323c..ce58ee5886314a163938b4e1d5829dc3eef1914c 100644 (file)
@@ -230,7 +230,7 @@ proc gdb_start { } {
 expect_after {
     "<return>"            { send "\n"; perror "Window too small." }
     -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." }
     timeout                       { perror "timeout." }
     "virtual memory exhausted" { perror "virtual memory exhausted." }
index c015f5d44977facbf3e7c8ef2a30870c8a3cf447..52673f128b95db3da081e65ca8346478e7667d85 100644 (file)
@@ -68,7 +68,7 @@ proc gdb_start { } {
 expect_after {
     "<return>"            { send "\n"; clone_output "ERROR: Window too small" }
     -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" }
     timeout                       { clone_output "ERROR: timeout" }
     "virtual memory exhausted" { clone_output "ERROR: virtual memory exhausted" }
index 3d4b265136226994450f7aecc1b253f6b0fb1855..58fd2f25655ed2a2dcfc5a198c25e5dfb3b62eb8 100644 (file)
@@ -252,7 +252,7 @@ proc gdb_start { } {
 expect_after {
     "<return>"            { send "\n"; perror "Window too small." }
     -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." }
     timeout                       { perror "timeout." }
     "virtual memory exhausted" { perror "virtual memory exhausted." }