On Tue, Nov 27, 2012 at 4:06 PM, Diego Novillo <dnovi...@google.com> wrote: > On Sun, Nov 25, 2012 at 8:45 AM, Richard Biener > <richard.guent...@gmail.com> wrote: > >> Just to add another case which seems to be not covered in the thread. >> When dumping from inside a gdb session in many cases I cut&paste >> addresses literally. For overloading to work I'd need to write casts >> in front of the inferior call argument. That sounds ugly - so at least >> keep the old interfaces as well. Or rather for debugging purposes >> provide python helpers rather than new inferior overloads. > > Thanks. I think python helpers would probably be a good idea. I tend > to use $nn instead of the numeric values. The $nn variables are > typed.
me too, just when you do debug_tree ($1) you then don't have $nn for all of the trees referenced from the output ;) Richard. > > Diego.