From: Jim Blandy Date: Fri, 18 Jun 2004 23:12:54 +0000 (+0000) Subject: * gdb.base/charset.exp: Only send a control-C if we see a new X-Git-Tag: csl-arm-2004-q3~1157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b413552e1d35e35bf9c58597e0db1c3ce5f803f;p=external%2Fbinutils.git * gdb.base/charset.exp: Only send a control-C if we see a new prompt and incomplete command. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6627335..afd7121 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-18 Jim Blandy + + * gdb.base/charset.exp: Only send a control-C if we see a new + prompt and incomplete command. + 2004-06-18 Michael Chastain * gdb.cp/pr-574.cc: Add copyright notice. diff --git a/gdb/testsuite/gdb.base/charset.exp b/gdb/testsuite/gdb.base/charset.exp index 95021b4..588bf05 100644 --- a/gdb/testsuite/gdb.base/charset.exp +++ b/gdb/testsuite/gdb.base/charset.exp @@ -140,7 +140,7 @@ gdb_expect { # We got some output that ended with a regular prompt fail "get valid character sets" } - -re "^set charset.*$" { + -re ".*$gdb_prompt set charset.*$" { # We got some other output, send a cntrl-c to gdb to get us back # to the prompt. send_gdb "\003"