GNOME Bugzilla – Bug 613736
[PATCH] glib.py: Provide a fallback of gdb.parse_and_eval() for gdb 7.0
Last modified: 2017-11-17 13:33:14 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
I don’t think this is needed any more: even Debian Wheezy has gdb 7.4 (https://packages.debian.org/source/wheezy/gdb).