mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
cases where the regexp has no groups; this grabs random text from the previous test suite, whatever that was.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2004-06-17 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
|
||||||
|
cases where the regexp has no groups; this grabs random text from
|
||||||
|
the previous test suite, whatever that was.
|
||||||
|
|
||||||
2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
|
2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
* gdb.cp/printmethod.cc: Add copyright notice.
|
* gdb.cp/printmethod.cc: Add copyright notice.
|
||||||
|
@ -200,7 +200,6 @@ gdb_expect {
|
|||||||
|
|
||||||
-re "\\.\r\n$gdb_prompt $" {
|
-re "\\.\r\n$gdb_prompt $" {
|
||||||
#set host_charset_list $expect_out(1,string)
|
#set host_charset_list $expect_out(1,string)
|
||||||
set charsets($expect_out(1,string)) 1
|
|
||||||
pass "capture valid host charsets"
|
pass "capture valid host charsets"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user