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]

GDB/MI Output Formats


Hi, 
I would like to know if there is a corrispondence in gdb/mi for the command print/u. 
My problem is that if I use p/u the output format is right but every time it find a " (double quotes) it goes to a newline.

~"$5 = {"
~"type_size = 0, "
~"count = 0, used = {"
~"0, "
~"0, "
~"0, "
~"0, "
~"0, "
~"0, "
....

if I use -data-evaluate-expression instead I can't change the output format to unsigned int as with the print.
Any ideas? 
Thank you.


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