aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbhooks.py
AgeCommit message (Collapse)AuthorFilesLines
2013-10-29gdbhooks.py: update cgraph_node prettyprinterDavid Malcolm1-2/+1
* gdbhooks.py (CGraphNodePrinter.to_string): Update gdb prettyprinter for cgraph_node to reflect the conversion of the symtable types to a C++ class hierarchy: it now *is* a symtab_node_base, rather than having one (named "symbol"). From-SVN: r204174
2013-08-28Initial version of gdb hooksDavid Malcolm1-0/+397
* MAINTAINERS (gdbhooks.py): Add myself as maintainer gcc/ * gdbhooks.py: New. * configure.ac (gdbinit.in): Add import of gcc/gdbhooks.py. * configure: Regenerate. From-SVN: r202040