mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* lib/gdb.exp (default_gdb_init): Set current value of match_max
to default.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
|
* lib/gdb.exp (default_gdb_init): Set current value of match_max
|
||||||
|
to default.
|
||||||
|
|
||||||
2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
|
2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
* lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
|
* lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
|
||||||
|
@ -2333,6 +2333,8 @@ proc default_gdb_init { args } {
|
|||||||
# a very large amount of output. We therefore increase the expect
|
# a very large amount of output. We therefore increase the expect
|
||||||
# buffer size to be able to contain the entire test output.
|
# buffer size to be able to contain the entire test output.
|
||||||
match_max -d 30000
|
match_max -d 30000
|
||||||
|
# Also set this value for the currently running GDB.
|
||||||
|
match_max [match_max -d]
|
||||||
|
|
||||||
# We want to add the name of the TCL testcase to the PASS/FAIL messages.
|
# We want to add the name of the TCL testcase to the PASS/FAIL messages.
|
||||||
if { [llength $args] > 0 } {
|
if { [llength $args] > 0 } {
|
||||||
|
Reference in New Issue
Block a user