This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
7.12.1 patch backport proposal [Re: [RFA 1/2] Fix some error-handling bugs in python frame filters]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org, Matthias Klose <doko at ubuntu dot com>
- Date: Wed, 11 Jan 2017 17:56:18 +0100
- Subject: 7.12.1 patch backport proposal [Re: [RFA 1/2] Fix some error-handling bugs in python frame filters]
- Authentication-results: sourceware.org; auth=none
- References: <1477951905-14880-1-git-send-email-tom@tromey.com> <1477951905-14880-2-git-send-email-tom@tromey.com> <87y4105g42.fsf@tromey.com> <7f939443-8018-88df-b4e4-e00764cffab6@redhat.com>
On Tue, 08 Nov 2016 14:07:11 +0100, Pedro Alves wrote:
> On 11/03/2016 10:54 PM, Tom Tromey wrote:
> >
> > * Converting line numbers can print "-1" if conversion from long
> > fails. This isn't fatal but just a bit ugly.
> >
> > I've included a test case for the first issue. The line number one
> > didn't seem important enough to bother with.
> >
> > 2016-10-31 Tom Tromey <tom@tromey.com>
> >
> > * python/py-framefilter.c (py_print_frame): Use
> > get_addr_from_python. Check for errors when getting line number.
> >
> > 2016-10-31 Tom Tromey <tom@tromey.com>
> >
> > * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
> > New method.
> >
>
> Great, LGTM.
https://bugzilla.redhat.com/show_bug.cgi?id=1411094
asked for its backport for Fedora GDB 7.12. So I expect it would be good even
for FSF GDB 7.12.1.
Jan