From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7996 invoked by alias); 18 Feb 2013 17:10:16 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 7843 invoked by uid 9674); 18 Feb 2013 17:10:11 -0000 Date: Mon, 18 Feb 2013 17:10:00 -0000 Message-ID: <20130218171011.7783.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-vla: Fix testcase for the MI ,fullname="XXX", addition. X-Git-Refname: refs/heads/archer-jankratochvil-vla X-Git-Reftype: branch X-Git-Oldrev: 94c34b95877969af44d0296d9e2f72cc8a0c6042 X-Git-Newrev: 990b340d619a44461e8312ae140f50438c387729 X-SW-Source: 2013-q1/txt/msg00049.txt.bz2 List-Id: The branch, archer-jankratochvil-vla has been updated via 990b340d619a44461e8312ae140f50438c387729 (commit) from 94c34b95877969af44d0296d9e2f72cc8a0c6042 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 990b340d619a44461e8312ae140f50438c387729 Author: Jan Kratochvil Date: Mon Feb 18 18:09:44 2013 +0100 Fix testcase for the MI ,fullname="XXX", addition. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.mi/mi2-var-stale-type.exp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp b/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp index 74a104e..99b6cc7 100644 --- a/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp +++ b/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp @@ -44,7 +44,7 @@ set line [gdb_get_line_number "break-here"] set func "main" mi_gdb_test "-break-insert -t $srcfile:$line" \ - "\\^done,bkpt=\{number=\"\[0-9\]+\",type=\"breakpoint\",disp=\"del\",enabled=\"y\",addr=\"$hex\",func=\"$func\(\\\(.*\\\)\)?\",file=\".*\",line=\"$line\",times=\"0\",original-location=\".*\"\}" \ + "\\^done,bkpt=\{number=\"\[0-9\]+\",type=\"breakpoint\",disp=\"del\",enabled=\"y\",addr=\"$hex\",func=\"$func\(\\\(.*\\\)\)?\",file=\".*\",fullname=\".*\",line=\"$line\",\[^\r\n\]*,original-location=\".*\"\}" \ "breakpoint at $func" if { [mi_run_cmd] < 0 } { hooks/post-receive -- Repository for Project Archer.