This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Handling of c++ function members
On Fri, 2011-09-30 at 20:50 +0200, Jan Kratochvil wrote:
> On Fri, 30 Sep 2011 17:53:06 +0200, Joost van der Sluis wrote:
> > Well, I've used the virtual-function example for c++ from wikipedia,
> > compiled it (gcc 4.6.1) on Fedora 15 and loaded it into gdb. Stepping
> > though gdb it indeed passed gnu-v2-abi.c. So fpc wasn't involved at all.
>
> I do not understand why do you see it:
> $ gdb -nx ./animals -ex 'show cp-abi'
> The currently selected C++ ABI is "auto" (currently "gnu-v3").
Sorry, you're right. It was with the fpc-application.
Joost.