After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700736 - port gobject.py to new gdb "frame filter" feature
port gobject.py to new gdb "frame filter" feature
Status: RESOLVED DUPLICATE of bug 623552
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-05-20 18:30 UTC by Tom Tromey
Modified: 2013-11-05 20:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom Tromey 2013-05-20 18:30:51 UTC
The current gobject.py works with a version of the
frame filtering code that was shipped in Fedora, but
never upstreamed.

A newer version of this feature was put into upstream gdb
recently.  It works in a somewhat different way, which should
allow some hacks to be dropped from gobject.py.  The new
approach also has some nice benefits (integrated with "bt"
and with MI and handles frame elision nicely).

The new feature is documented in upstream gdb's documentation.
The "frame decorator" and "frame filter" nodes here
http://sourceware.org/gdb/current/onlinedocs/gdb/Python-API.html#Python-API
are a good place to start.
Comment 1 Michael Catanzaro 2013-11-05 20:34:26 UTC

*** This bug has been marked as a duplicate of bug 623552 ***