This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unifying the GCC Debugging Interface
On Sun, Nov 25, 2012 at 7:45 AM, Richard Biener
<richard.guenther@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.
this means that we need an improvement from GDB. This
is not useful only to the small GCC community. It is very useful to
the wider GDB/C++ user community.
-- Gaby