From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6247 invoked by alias); 25 Nov 2009 20:43:48 -0000 Received: (qmail 6230 invoked by alias); 25 Nov 2009 20:43:48 -0000 Date: Wed, 25 Nov 2009 20:43:00 -0000 Message-ID: <20091125204348.6229.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20040330193801.8704.sanders@mvista.com> References: <20040330193801.8704.sanders@mvista.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug breakpoints/8704] Can't set thread qualified breakpoints on an address 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: 2009-q4/txt/msg00278.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-11-25 20:43 ------- Subject: Bug 8704 CVSROOT: /cvs/src Module name: src Changes by: drow@sourceware.org 2009-11-25 20:43:30 Modified files: gdb : ChangeLog breakpoint.c c-exp.y gdb/doc : ChangeLog gdb.texinfo gdb/testsuite : ChangeLog gdb/testsuite/gdb.base: condbreak.exp Log message: PR gdb/8704 * breakpoint.c (find_condition_and_thread): Correct task error message. * c-exp.y (yylex): Stop before "thread N", "task N", or abbreviations of those. doc/ * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers are allowed after the breakpoint condition. testsuite/ * gdb.base/condbreak.exp: Test combinations of "break *EXP", "if", and "thread". Correct matching in the previous test. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11113&r2=1.11114 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.436&r2=1.437 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/c-exp.y.diff?cvsroot=src&r1=1.65&r2=1.66 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.974&r2=1.975 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.643&r2=1.644 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2037&r2=1.2038 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/condbreak.exp.diff?cvsroot=src&r1=1.13&r2=1.14 -- http://sourceware.org/bugzilla/show_bug.cgi?id=8704 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.