This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
STL containers
- From: "Przemyslaw Sliwa" <sliwa at euv-frankfurt-o dot de>
- To: <gdb at sources dot redhat dot com>
- Date: Thu, 15 Jul 2004 21:05:18 +0200 (CEST)
- Subject: STL containers
- Reply-to: sliwa at euv-frankfurt-o dot de
All,
Is it possible to display a content of the STL containers by gdb?
I have a class with a member of type std::vector<std::valarray <double> >.
If I try to display the contents of the vector I see only the address of
the begin and the end of the vector. And what about the contents of the
valarrays?
If it is not possible is there any free debugger which allows this?
Thanks for help
Przem