editing source files in gdb

Daniel Jacobowitz drow@false.org
Sat Dec 16 17:12:00 GMT 2006


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



More information about the Gdb mailing list