Re: better gdb support for debugging gcc

2013-06-05 Thread Mike Stump
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

2013-06-05 Thread Tom Tromey
> "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

better gdb support for debugging gcc

2013-06-05 Thread Mike Stump
Here is a little one to add support for __FUNCTION__ to gdb so that we can debug gcc… Committed revision 199702. 2013-06-05 Mike Stump * gdbinit.in (__FUNCTION__): Add. Index: gdbinit.in === --- gdbinit.in (revision 1