From: Michael Snyder Date: Mon, 2 Jul 2001 21:54:14 +0000 (+0000) Subject: 2001-07-02 Michael Snyder X-Git-Tag: dberlin-typesystem-branchpoint~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d85da69f69296f2b2000c1be11ab752ef15bc22c;p=platform%2Fupstream%2Fbinutils.git 2001-07-02 Michael Snyder * gdb.base/corefile.exp: Quote the curly braces in regexp. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6e48a70..f91b7e8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-07-02 Michael Snyder + + * gdb.base/corefile.exp: Quote the curly braces in regexp. + 2001-06-28 Andrew Cagney * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list diff --git a/gdb/testsuite/gdb.base/corefile.exp b/gdb/testsuite/gdb.base/corefile.exp index 97ecd9b..3d6bf5b 100644 --- a/gdb/testsuite/gdb.base/corefile.exp +++ b/gdb/testsuite/gdb.base/corefile.exp @@ -189,7 +189,7 @@ gdb_test "print coremaker_data" "\\\$$decimal = 202" gdb_test "print coremaker_bss" "\\\$$decimal = 10" gdb_test "print coremaker_ro" "\\\$$decimal = 201" -gdb_test "print func2::coremaker_local" "\\\$$decimal = {0, 1, 2, 3, 4}" +gdb_test "print func2::coremaker_local" "\\\$$decimal = \\{0, 1, 2, 3, 4\\}" # Somehow we better test the ability to read the registers out of the core # file correctly. I don't think the other tests do this.