This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Re: editing source files in gdb


On Sat, Dec 16, 2006 at 03:27:53PM +0530, Kiran Pradeep wrote:
> I have one more doubt. I have defined a string like
> 
> typedef std::basic_string< unsigned short, unsigned_short_traits > 
> utf16string;
> utf16string myString; //dont worry about the traits
> 
> Is there any thing in gdb that will help me view the string as i view
> a ordinary std::string.

Unfortuantely, GDB doesn't have any support for wide character strings
yet.

-- 
Daniel Jacobowitz
CodeSourcery


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