summaryrefslogtreecommitdiff
path: root/glib/glib.py
Commit message (Collapse)AuthorAgeFilesLines
* glib.py: Remove old debugging codeJasper St. Pierre2012-10-071-4/+0
| | | | This was accidentally copy/pasted from gobject.py
* Fix gdb script for new quark variable namesBenjamin Otte2012-09-271-2/+9
| | | | | | | | ... and don't spam stderr with exceptions if someone renames things again. Last but not least, keep the old names as a fallback, so that LD_PRELOAD with an older libglib still works.
* Fix GHashTable GDB pretty printing (bug #667420)Dan Vrátil2012-01-091-5/+6
|
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+1
|
* Fix up cast in gdb macrosAlexander Larsson2009-09-281-1/+1
| | | | We need to actually assign the casted value somewhere.
* Add gforeach gdb commandAlexander Larsson2009-09-211-0/+84
|
* Add pretty printer for hashtablesAlexander Larsson2009-09-211-0/+64
|
* Add pretty printing for GList and GSListAlexander Larsson2009-09-211-0/+77
|
* Initial support for gdb python macrosAlexander Larsson2009-09-211-0/+27
This includes support for gobject pointer pretty printing and signal frame compression in backtraces. https://bugzilla.gnome.org/show_bug.cgi?id=595619