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.
> >
> >
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