Initial support for gdb python macros
authorAlexander Larsson <alexl@redhat.com>
Fri, 18 Sep 2009 15:15:32 +0000 (17:15 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 21 Sep 2009 13:39:00 +0000 (15:39 +0200)
commitefe9169234e226f594b4254618f35a139338c35f
treed2229d2f6b3a8237fe33015b124eed8d8a1d0ad4
parent18af48ba9a347e2041c4986aaaac73fdd5386de3
Initial support for gdb python macros

This includes support for gobject pointer pretty printing and
signal frame compression in backtraces.

https://bugzilla.gnome.org/show_bug.cgi?id=595619
glib/Makefile.am
glib/glib.py [new file with mode: 0644]
glib/libglib-gdb.py.in [new file with mode: 0644]
gobject/Makefile.am
gobject/gobject.py [new file with mode: 0644]
gobject/libgobject-gdb.py.in [new file with mode: 0644]