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 613736 - [PATCH] glib.py: Provide a fallback of gdb.parse_and_eval() for gdb 7.0
[PATCH] glib.py: Provide a fallback of gdb.parse_and_eval() for gdb 7.0
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-03-23 19:34 UTC by Damien Lespiau
Modified: 2017-11-17 13:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Provide a fallback of gdb.parse_and_eval() for gdb 7.0 (1.95 KB, patch)
2010-03-23 19:34 UTC, Damien Lespiau
none Details | Review

Description Damien Lespiau 2010-03-23 19:34:54 UTC
Created attachment 156914 [details] [review]
Provide a fallback of gdb.parse_and_eval() for gdb 7.0

gdb 7.0 was released without gdb.parse_and_eval (gdb 7.1 has it though).
This commit provides a fallback implementation to make gforeach work
with gdb 7.0
Comment 1 Philip Withnall 2017-11-17 13:33:14 UTC
I don’t think this is needed any more: even Debian Wheezy has gdb 7.4 (https://packages.debian.org/source/wheezy/gdb).