This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnu-v3-abi.c: problems w/ virtual base class


On Wed, Oct 30, 2002 at 12:30:12PM -0500, Kris Warkentin wrote:
> > Well, why do you have it using the gnu-v3 code?  You've got a patently
> > gnu-v2 compiler.
> 
> I wasn't aware that I had it using anything in particular - we just moved
> our 5.0 support forward and got it running but now we're discovering some of
> these gotcha's
> 
> > Please don't tell me QNX has a symbol starting with _Z in normal
> > binaries... that would fool the autodetection code.  I think Free
> > Pascal has a similar problem, since it starts all symbols with
> > underscores.
> 
> objdump -x foo | grep _Z gave me nothing.  You say there's an autodetect
> routine?  I'll have to look at it to see why it thinks we're gnu-v3 I
> suppose.

It's in minsyms.c:install_minimal_symbols.  Hmm, does a breakpoint on
switch_to_cp_abi turn up anything?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]