summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crawl-gdb.py
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused enumsontoclasm2014-06-021-2/+0
* A python3 fix for our pretty-printersSamuel Bronson2014-05-151-0/+4
* 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
* 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
* GDB pretty-printers for CrawlStoreValue and CrawlVector.Samuel Bronson2011-12-051-2/+62
* GDB pretty-printer for CrawlHashTable proper.Samuel Bronson2011-12-051-0/+18
* A couple of basic GDB pretty-printers.Samuel Bronson2011-10-251-0/+40