This is the mail archive of the gdb@sourceware.cygnus.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]

GDB supporting namespace std?



Does GDB support the use of namespace std::,
code compiled with -fhonor-std (and an
appropriately compiled libgcc.a) and using
std::string s.

However attempts at using
print s.size

gives messages like
Couldn't find method string::size()
 




Chan Shih-Ping (Richard) <cshihpin@dso.org.sg>
DSO National Laboratories
20 Science Park Drive
Singapore 118230
Key fingerprint = EA3D 4BCB CF7B 8B41 A42D  FAB5 3098 C5A6 0DBE 78F2


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