Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glib.py: Remove old debugging code | Jasper St. Pierre | 2012-10-07 | 1 | -4/+0 |
| | | | | This was accidentally copy/pasted from gobject.py | ||||
* | Fix gdb script for new quark variable names | Benjamin Otte | 2012-09-27 | 1 | -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átil | 2012-01-09 | 1 | -5/+6 |
| | |||||
* | glib/: fully remove galias hacks | Ryan Lortie | 2010-07-07 | 1 | -4/+1 |
| | |||||
* | Fix up cast in gdb macros | Alexander Larsson | 2009-09-28 | 1 | -1/+1 |
| | | | | We need to actually assign the casted value somewhere. | ||||
* | Add gforeach gdb command | Alexander Larsson | 2009-09-21 | 1 | -0/+84 |
| | |||||
* | Add pretty printer for hashtables | Alexander Larsson | 2009-09-21 | 1 | -0/+64 |
| | |||||
* | Add pretty printing for GList and GSList | Alexander Larsson | 2009-09-21 | 1 | -0/+77 |
| | |||||
* | Initial support for gdb python macros | Alexander Larsson | 2009-09-21 | 1 | -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 |