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]

Re: can't print structures w/ 5.0 (worked w/ 4.18)


On Mon, Jan 29, 2001 at 05:15:59PM -0800, Andrew Cagney wrote:

> > Using gdb 5.0 (insight), I can no longer print structures.
> > 
> > (gdb) print serverState
> > 
> > In 4.18, it prints out the elements of serverState (it's an
> > array of structures).  With 5.0, It just prints a number.
> > 
> > Both of these are arm-elf target built on Inte RH6.2
> > 
> > Why won't 5.0 print structures?
> 
> For someone to figure out what the problem is, a lot more information is
> going to be needed.  For instance a simple test program, the exact
> compiler used.

I'll try to come up with a small program that duplicates the
problem.

-- 
Grant Edwards
grante@visi.com

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