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/19506] Regression with gdb.Breakpoint("*<addr>")


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

--- Comment #9 from Keith Seitz <keiths at redhat dot com> ---
I'm very certain that this was introduced by my locations API redesign.

While it's a guess, I'm pretty sure that the python interface is simply
treating everything as a linespec, which is no longer a good assumption, since
my patch intentionally treats address and linespec locations as separate
location types.

The fix should be pretty simple, though, without adding full support for
explicit location specifications (in a python-y way). I'll see about submitting
a patch and test.

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