Re: [PATCH] pretty-print SSA names

2020-04-16 Thread Richard Biener
On Wed, 15 Apr 2020, David Malcolm wrote: > On Wed, 2020-04-15 at 14:52 +0200, Richard Biener wrote: > > This adds the SSA name version to the gdb pretty-printing of SSA > > names. > > > > (gdb) p (tree)$1 > > $5 = > > > > Tested (see above...). > > > > OK? > > > Thanks, > > Richard. > > > >

Re: [PATCH] pretty-print SSA names

2020-04-15 Thread David Malcolm via Gcc-patches
On Wed, 2020-04-15 at 14:52 +0200, Richard Biener wrote: > This adds the SSA name version to the gdb pretty-printing of SSA > names. > > (gdb) p (tree)$1 > $5 = > > Tested (see above...). > > OK? > Thanks, > Richard. > > 2020-04-15 Richard Biener > > * gdbhooks.py (TreePrinter): Pri

[PATCH] pretty-print SSA names

2020-04-15 Thread Richard Biener
This adds the SSA name version to the gdb pretty-printing of SSA names. (gdb) p (tree)$1 $5 = Tested (see above...). OK? Thanks, Richard. 2020-04-15 Richard Biener * gdbhooks.py (TreePrinter): Print SSA_NAME_VERSION of SSA_NAME nodes. --- gcc/gdbhooks.py | 3 +++ 1 file