This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/15620] New: no "new breakpoint" event


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

            Bug ID: 15620
           Summary: no "new breakpoint" event
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

I wanted my Python program to be able to detect when a new
breakpoint (or catchpoint) is created.
However, there is no event for this.

Note that if such an event is added, then some representation of
catchpoints will also be needed, so that they can be meaningfully
passed to the event.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]