OSDN Git Service

* gdb.base/annota1.exp: Remove obsolete match_max increase.
authorPierre Muller <muller@ics.u-strasbg.fr>
Tue, 6 Oct 2009 15:12:06 +0000 (15:12 +0000)
committerPierre Muller <muller@ics.u-strasbg.fr>
Tue, 6 Oct 2009 15:12:06 +0000 (15:12 +0000)
* gdb.base/annota3.exp: Idem.
* gdb.base/maint.exp: Idem.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/annota1.exp
gdb/testsuite/gdb.base/annota3.exp
gdb/testsuite/gdb.base/maint.exp

index bdd4127..77e2cf7 100644 (file)
@@ -1,3 +1,9 @@
+2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/annota1.exp: Remove obsolete match_max increase.
+       * gdb.base/annota3.exp: Idem.
+       * gdb.base/maint.exp: Idem.
+
 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * lib/gdb.exp (default_gdb_init): Set current value of match_max 
index bd714ca..d39aff6 100644 (file)
@@ -297,12 +297,6 @@ if [target_info exists gdb,nosignals] {
     # test:
     # annotate-signal-handler-caller
     #
-    verbose "match_max local is: [match_max]"
-    verbose "match_max default is: [match_max -d]"
-    # This is necessary because a 2000 buffer is not enought to get everything
-    # up to the prompt ad the test gets a timeout.
-    match_max 3000
-    verbose "match_max now is: [match_max]"
     send_gdb "backtrace\n"
     gdb_expect {
        -re "frame-begin 0 $hex\r\n#0.*frame-end.*frame-begin 1 $hex\r\n#1.*(\032\032signal-handler-caller\r\n.signal handler called.\r\n\r\n)+\032\032frame-end\r\n\r\n\032\032frame-begin 2 $hex\r\n#2.*(frame-begin 3 $hex\r\n#3.*)*frame-end.*$gdb_prompt$" {
index da8151a..1056bae 100644 (file)
@@ -258,12 +258,6 @@ if [target_info exists gdb,nosignals] {
     #
     # test:
     #
-    verbose "match_max local is: [match_max]"
-    verbose "match_max default is: [match_max -d]"
-    # This is necessary because a 2000 buffer is not enought to get everything
-    # up to the prompt ad the test gets a timeout.
-    match_max 3000
-    verbose "match_max now is: [match_max]"
     send_gdb "backtrace\n"
     gdb_expect_list "backtrace @ signal handler" "$gdb_prompt$" {
        "#0 +handle_USR1 \[^\r\n\]+\r\n"
index 139e0ad..14e599b 100644 (file)
@@ -96,8 +96,6 @@ if ![runto_main] then {
 send_gdb "set height 0\n"
 gdb_expect -re "$gdb_prompt $"
 
-# use a larger expect input buffer for long help outputs.
-match_max 6000
 
 #
 # this command does not produce any output