From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28612 invoked by alias); 26 Apr 2010 17:02:23 -0000 Received: (qmail 28468 invoked by uid 48); 26 Apr 2010 17:02:21 -0000 Date: Mon, 26 Apr 2010 17:02:00 -0000 Message-ID: <20100426170221.28466.qmail@sourceware.org> From: "cmoller at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20090520222326.10179.shaun.pinney@bil.konicaminolta.us> References: <20090520222326.10179.shaun.pinney@bil.konicaminolta.us> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug breakpoints/10179] Add support to set a breakpoint at every function in a file 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-q2/txt/msg00161.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-04-23 12:08 ------- Subject: Bug 10179 CVSROOT: /cvs/src Module name: src Changes by: cmoller@sourceware.org 2010-04-23 12:08:07 Modified files: gdb : ChangeLog NEWS symtab.c gdb/doc : ChangeLog gdb.texinfo refcard.tex gdb/testsuite : ChangeLog gdb/testsuite/gdb.base: Makefile.in Added files: gdb/testsuite/gdb.base: pr10179-a.c pr10179-b.c pr10179.exp Log message: PR 10179 * symtab.c (rbreak_command): Added code to include a filename specification in the rbreak argument. * NEWS: Added a brief description of filename-qualified rbreak. * gdb.base/Makefile.in (EXECUTABLES): Added pr10179. * gdb.base/pr10179-a.c: * gdb.base/pr10179-b.c: * gdb.base/pr10179.exp: New files. * gdb.texinfo (Setting Breakpoints): Added description of filename-qualified rbreak. * refcard.tex (Breakpoints and Watchpoints): Added brief description of filename-qualified rbreak. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11673&r2=1.11674 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.373&r2=1.374 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&r1=1.232&r2=1.233 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1054&r2=1.1055 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.711&r2=1.712 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/refcard.tex.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2250&r2=1.2251 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/pr10179-a.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/pr10179-b.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/pr10179.exp.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/Makefile.in.diff?cvsroot=src&r1=1.5&r2=1.6 ------- Additional Comments From cmoller at redhat dot com 2010-04-26 17:02 ------- Patch committed 2010-04-23 -- What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=10179 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.