This is the mail archive of the gdb-patches@sourceware.org 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: New warning in GDB 7.5


> Date: Sun, 19 Aug 2012 11:06:47 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> > And will this transparent conversion kick in
> > when .gdbinit does the following?
> 
> Maybe it does not ATM, but I don't see why it shouldn't. If it
> does not, I agree with Mark that this is suspicious.

Unfortunately the partial symbol table only contains information about
symbols.  In particular it doesn't contain type info.  So the
transparent conversion doesn't kick in if your .gdbinit only
references types.


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