]> git.ipfire.org Git - thirdparty/gcc.git/commit
gdbhooks.py: update cgraph_node prettyprinter
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 29 Oct 2013 18:58:42 +0000 (18:58 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 29 Oct 2013 18:58:42 +0000 (18:58 +0000)
commitd19245aa46952d4eff8d4b4a72c81977daf23f3a
tree14f3ca90b4bc5c0f39b1d67cfc6a8840c3fb1c06
parent3038054c687e9400976012eea70333db70ad6a7b
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").

From-SVN: r204174
gcc/ChangeLog
gcc/gdbhooks.py