summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crawl-gdb.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unused enumsontoclasm2014-06-021-2/+0
|
* A python3 fix for our pretty-printersSamuel Bronson2014-05-151-0/+4
| | | | | | Hard to say if this is all that needs fixing here until <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748317> gets fixed, though.
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
|
* Print special field of item_def using appropriate enum types.Samuel Bronson2013-04-231-1/+17
|
* Add pretty-printing of flags field for item_def.Samuel Bronson2013-04-231-1/+55
|
* Correct two glaring errors in the item_def pretty-printerSamuel Bronson2013-04-221-2/+2
|
* Preliminary GDB pretty-printer for item_def.Samuel Bronson2013-04-201-0/+67
|
* Be more careful of NULL pointers in CrawlHashTable/CrawlVector pretty printersSamuel Bronson2013-03-301-4/+10
|
* Use the FixedVector pretty-printer also for FixedArray.Florian Diebold2012-10-111-0/+1
| | | | | A bit hacky since they're not related as types, but pretty-printing a FixedArray would work exactly the same.
* Rejigger whitespace.Samuel Bronson2011-12-081-0/+6
|
* Suggest installing the libstdc++ GDB pretty-printers when ours need them.Samuel Bronson2011-12-061-1/+15
| | | | | Not pretty, but not having the libstc++ pretty-printers installed is *already* pretty ugly, so ...
* GDB pretty-printers for CrawlStoreValue and CrawlVector.Samuel Bronson2011-12-051-2/+62
| | | | | | I'm not totally happy with this -- there's no way to tell the various numeric-valued types apart in the output, for instance -- but it seems at least tolerable.
* GDB pretty-printer for CrawlHashTable proper.Samuel Bronson2011-12-051-0/+18
| | | | | (Still need to do CrawlStoreValue, which is the hard part, and CrawlVector, which should be about the same as this.)
* A couple of basic GDB pretty-printers.Samuel Bronson2011-10-251-0/+40