public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/12199] New: The breakpoint API is not flexible enough
@ 2010-11-07 22:34 markflorisson88 at gmail dot com
  2010-11-12 21:27 ` [Bug python/12199] " pmuldoon at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: markflorisson88 at gmail dot com @ 2010-11-07 22:34 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12199

           Summary: The breakpoint API is not flexible enough
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: markflorisson88@gmail.com


You can set a breakpoint to be silent, but only after instantiating it, so it
will still print that it's being set.

Another problem is that there is no way to delete a breakpoint, you can only
disable it.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug python/12199] The breakpoint API is not flexible enough
  2010-11-07 22:34 [Bug python/12199] New: The breakpoint API is not flexible enough markflorisson88 at gmail dot com
@ 2010-11-12 21:27 ` pmuldoon at redhat dot com
  2010-11-16 12:17 ` pmuldoon at redhat dot com
  2010-11-29 16:47 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pmuldoon at redhat dot com @ 2010-11-12 21:27 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12199

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |pmuldoon at redhat dot com

--- Comment #1 from Phil Muldoon <pmuldoon at redhat dot com> 2010-11-12 21:22:19 UTC ---
The silent breakpoint feature went in yesterday:

http://sourceware.org/ml/gdb-cvs/2010-11/msg00051.html

Odd that you cannot delete a breakpoint.  I'll assign myself this and
investigate.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug python/12199] The breakpoint API is not flexible enough
  2010-11-07 22:34 [Bug python/12199] New: The breakpoint API is not flexible enough markflorisson88 at gmail dot com
  2010-11-12 21:27 ` [Bug python/12199] " pmuldoon at redhat dot com
@ 2010-11-16 12:17 ` pmuldoon at redhat dot com
  2010-11-29 16:47 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pmuldoon at redhat dot com @ 2010-11-16 12:17 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12199

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware    |pmuldoon at redhat dot com
                   |dot org                     |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug python/12199] The breakpoint API is not flexible enough
  2010-11-07 22:34 [Bug python/12199] New: The breakpoint API is not flexible enough markflorisson88 at gmail dot com
  2010-11-12 21:27 ` [Bug python/12199] " pmuldoon at redhat dot com
  2010-11-16 12:17 ` pmuldoon at redhat dot com
@ 2010-11-29 16:47 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pmuldoon at redhat dot com @ 2010-11-29 16:47 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12199

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.3

--- Comment #2 from Phil Muldoon <pmuldoon at redhat dot com> 2010-11-29 15:57:32 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    pmuldoon@sourceware.org    2010-11-29 13:49:06

Modified files:
    gdb            : ChangeLog 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/python     : py-breakpoint.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: py-breakpoint.exp 

Log message:
    2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/12199

    * python/py-breakpoint.c (bppy_delete_breakpoint): New function.

    2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/12199

    * gdb.python/py-breakpoint.exp: Test the delete method.

    2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/12199

    * gdb.texinfo (Breakpoints In Python): Document "delete" method.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12351&r2=1.12352
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1125&r2=1.1126
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.776&r2=1.777
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-breakpoint.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2519&r2=1.2520
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-breakpoint.exp.diff?cvsroot=src&r1=1.5&r2=1.6

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2010-11-29 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-07 22:34 [Bug python/12199] New: The breakpoint API is not flexible enough markflorisson88 at gmail dot com
2010-11-12 21:27 ` [Bug python/12199] " pmuldoon at redhat dot com
2010-11-16 12:17 ` pmuldoon at redhat dot com
2010-11-29 16:47 ` pmuldoon 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).