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]

Re: GDB supporting namespace std?


Chan Shih-Ping wrote:
> 
> 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()

Given that no one has responded, I'd suspect the answer to be no.
It sounds like a good problem to persue.

	Andrew

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