aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbhooks.py
AgeCommit message (Expand)AuthorFilesLines
2014-08-05gdbhooks.py: add "break-on-pass" commandDavid Malcolm1-0/+67
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-20gdbhooks.py: fix prettyprinting of NULL vec<>*David Malcolm1-0/+2
2013-11-20gdbhooks.py: Implement a prettyprinter for vec<>*David Malcolm1-1/+46
2013-11-20gdbhooks.py: Reorganize, to support regex matching and typedefsDavid Malcolm1-13/+49
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-1/+1
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-1/+1
2013-10-29gdbhooks.py: update cgraph_node prettyprinterDavid Malcolm1-2/+1
2013-08-28Initial version of gdb hooksDavid Malcolm1-0/+397