* gdb.base/annota1.exp: Remove obsolete match_max increase.
* gdb.base/annota3.exp: Idem. * gdb.base/maint.exp: Idem.
This commit is contained in:
parent
15c19d39c2
commit
2b0adecd0d
@ -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
|
||||
|
@ -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$" {
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user