summaryrefslogtreecommitdiff
path: root/gcc/gdbhooks.py
Commit message (Expand)AuthorAgeFilesLines
* re PR other/65366 (gdbhooks.py is incompatible with Python3)Jan Kratochvil2015-06-021-32/+32
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gdbhooks.py (class DWDieRefPrinter): New class.Aldy Hernandez2014-12-101-0/+22
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-1/+18
* gdbhooks.py: add "break-on-pass" commandDavid Malcolm2014-08-051-0/+67
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gdbhooks.py: fix prettyprinting of NULL vec<>*David Malcolm2013-11-201-0/+2
* gdbhooks.py: Implement a prettyprinter for vec<>*David Malcolm2013-11-201-1/+46
* gdbhooks.py: Reorganize, to support regex matching and typedefsDavid Malcolm2013-11-201-13/+49
* Convert gimple types from a union to C++ inheritanceDavid Malcolm2013-11-191-1/+1
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-1/+1
* gdbhooks.py: update cgraph_node prettyprinterDavid Malcolm2013-10-291-2/+1
* Initial version of gdb hooksDavid Malcolm2013-08-281-0/+397