From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21798 invoked by alias); 16 Feb 2010 20:52:08 -0000 Received: (qmail 21781 invoked by alias); 16 Feb 2010 20:52:07 -0000 Date: Tue, 16 Feb 2010 20:52:00 -0000 Message-ID: <20100216205207.21780.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20100216201257.11289.drow@sources.redhat.com> References: <20100216201257.11289.drow@sources.redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug c++/11289] Can not set FILE:CLASS::FUNCTION breakpoints X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00275.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-02-16 20:52 ------- Subject: Bug 11289 CVSROOT: /cvs/src Module name: src Changes by: drow@sourceware.org 2010-02-16 20:51:51 Modified files: gdb : ChangeLog linespec.c gdb/testsuite : ChangeLog gdb/testsuite/gdb.base: list.exp gdb/testsuite/gdb.cp: overload.cc overload.exp Log message: gdb/ * linespec.c (decode_line_1): Handle FILE:FUNCTION even if FUNCTION contains parentheses. Improve removal of a trailing single quote. gdb/testsuite/ * gdb.base/list.exp (test_list_filename_and_function): Add test with single quotes. * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy matching. * gdb.cp/overload.exp: Add tests with filename, function, and quotes. Add KFAIL'd tests for PR gdb/11289. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11366&r2=1.11367 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&r1=1.95&r2=1.96 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2134&r2=1.2135 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/list.exp.diff?cvsroot=src&r1=1.18&r2=1.19 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/overload.cc.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/overload.exp.diff?cvsroot=src&r1=1.14&r2=1.15 -- http://sourceware.org/bugzilla/show_bug.cgi?id=11289 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.