gdbhooks.py: update cgraph_node prettyprinter
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 18:58:42 +0000 (18:58 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 18:58:42 +0000 (18:58 +0000)
commitbf93d7232b7d96638c215197b640e0984a123977
tree14f3ca90b4bc5c0f39b1d67cfc6a8840c3fb1c06
parent4710dd5101f8103638ffe082a220f701f592df36
gdbhooks.py: update cgraph_node prettyprinter

* 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").

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204174 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gdbhooks.py