This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: casting in gdb
- From: Michael Elizabeth Chastain <mec at shout dot net>
- To: drow at mvista dot com, jacqueslen at sympatico dot ca
- Cc: gdb at sources dot redhat dot com
- Date: Sat, 14 Dec 2002 23:47:42 -0600
- Subject: Re: casting in gdb
I'm playing with the idea that gdb should know more about the C++
standard library types, in the same spirit that gdb knows that a C "char
*" usually points to a string terminated with '\0'. I would like gdb
to understood more about std::string, std::vector, std:map, and so on.
Daniel J, what do you think?
Michael C