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/18385] New: no way to get locations from a breakpoint


https://sourceware.org/bugzilla/show_bug.cgi?id=18385

            Bug ID: 18385
           Summary: no way to get locations from a breakpoint
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

gdb.Breakpoint has a "location" attribute, but this just
holds the user's original linespec.
It would be handy to also get access to the list of actual
locations.
Right now maybe this can be worked around by calling
gdb.decode_linespec.

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