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