Re: better gdb support for debugging gcc
On Jun 5, 2013, at 10:17 AM, Tom Tromey wrote: > Arguably this should be done in gdb. __FUNCTION__ is a private detail of gcc and a user of another compiler is free to define it in a way differently than gcc, and gdb shouldn't impinge that use... > Could you file a bug for that? I'd rather so
Re: better gdb support for debugging gcc
> "Mike" == Mike Stump writes: Mike> Here is a little one to add support for __FUNCTION__ to gdb so that we Mike> can debug gcc… Arguably this should be done in gdb. Could you file a bug for that? Tom