public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/10179] New: Add support to set a breakpoint at every function in a file
@ 2009-05-20 22:23 shaun dot pinney at bil dot konicaminolta dot us
  2009-05-20 22:25 ` [Bug breakpoints/10179] " shaun dot pinney at bil dot konicaminolta dot us
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: shaun dot pinney at bil dot konicaminolta dot us @ 2009-05-20 22:23 UTC (permalink / raw)
  To: gdb-prs

I'd like a way to set a breakpoint at every function in a file.  Extending 
rbreak may be a good choice, so that it accepts an optional filename before 
the regex, as in 'rbreak filename.c:foo'.

-- 
           Summary: Add support to set a breakpoint at every function in a
                    file
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: shaun dot pinney at bil dot konicaminolta dot us
                CC: gdb-prs at sourceware dot org


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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/10179] Add support to set a breakpoint at every function in a file
  2009-05-20 22:23 [Bug breakpoints/10179] New: Add support to set a breakpoint at every function in a file shaun dot pinney at bil dot konicaminolta dot us
@ 2009-05-20 22:25 ` shaun dot pinney at bil dot konicaminolta dot us
  2010-04-21 11:18 ` cmoller at redhat dot com
  2010-04-26 17:02 ` cmoller at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: shaun dot pinney at bil dot konicaminolta dot us @ 2009-05-20 22:25 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/10179] Add support to set a breakpoint at every function in a file
  2009-05-20 22:23 [Bug breakpoints/10179] New: Add support to set a breakpoint at every function in a file shaun dot pinney at bil dot konicaminolta dot us
  2009-05-20 22:25 ` [Bug breakpoints/10179] " shaun dot pinney at bil dot konicaminolta dot us
@ 2010-04-21 11:18 ` cmoller at redhat dot com
  2010-04-26 17:02 ` cmoller at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cmoller at redhat dot com @ 2010-04-21 11:18 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware dot|cmoller at redhat dot com
                   |org                         |
             Status|UNCONFIRMED                 |ASSIGNED


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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/10179] Add support to set a breakpoint at every function in a file
  2009-05-20 22:23 [Bug breakpoints/10179] New: Add support to set a breakpoint at every function in a file shaun dot pinney at bil dot konicaminolta dot us
  2009-05-20 22:25 ` [Bug breakpoints/10179] " shaun dot pinney at bil dot konicaminolta dot us
  2010-04-21 11:18 ` cmoller at redhat dot com
@ 2010-04-26 17:02 ` cmoller at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cmoller at redhat dot com @ 2010-04-26 17:02 UTC (permalink / raw)
  To: gdb-prs


------- 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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-26 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-20 22:23 [Bug breakpoints/10179] New: Add support to set a breakpoint at every function in a file shaun dot pinney at bil dot konicaminolta dot us
2009-05-20 22:25 ` [Bug breakpoints/10179] " shaun dot pinney at bil dot konicaminolta dot us
2010-04-21 11:18 ` cmoller at redhat dot com
2010-04-26 17:02 ` cmoller at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).