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: Printing of strings with special characters


Tom> This setting doesn't make sense.

Hello Tom,
I have found out that I must use "set charset ISO-8859-1". Otherwise my
python pretty printer for QString doesn't works for strings with special
characters. Without this charset setting I see an empty string, if I use
this setting I see strings like this "h\366h\366h\366" . I'am using the
python printers from kdevelop:
http://websvn.kde.org/trunk/extragear/sdk/kdevelop/debuggers/gdb/printers/

Tom>Try again with "gdb -nx". If that doesn't work, then maybe there is
a bug.

In eclipse CDT I can't use gdb with argument '-nx' :-(

best regards



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