pretty-print SSA names
authorRichard Biener <rguenther@suse.de>
Wed, 15 Apr 2020 12:50:00 +0000 (14:50 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 16 Apr 2020 07:56:31 +0000 (09:56 +0200)
commitfc6b42bbaa298ea6c10af185e1dd0126f5a760cd
treeabce0086a3fbcce2af4b3b554ec80e0173f7a274
parentc8d88bf26e4c4c0eeddbf6a9dc184f28d4ef85e4
pretty-print SSA names

This adds the SSA name version to the gdb pretty-printing of SSA names.

(gdb) p (tree)$1
$5 = <ssa_name 0x7ffff68435a0 323>

2020-04-16  Richard Biener  <rguenther@suse.de>

* gdbhooks.py (TreePrinter): Print SSA_NAME_VERSION of SSA_NAME
nodes.
gcc/ChangeLog
gcc/gdbhooks.py