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: How to get raw data with MI when pretty printing is enabled ?


On 2010-6-19 16:32, SÃbastien Granjoux wrote:
Hi,

The pretty printing display is easier to read. But if the data are wrong it can be useful to see exactly what is the content of a variable. Is it possible get this after using -enable-pretty-printing ?

As pretty-printing can change the number of children, I suppose it cannot be done using -var-set-format or something similar. But I think it would be useful if it is possible to create a new variable object which is not using pretty printer.

Regards,

SÃbastien
If you are not in MI mode, the command is like:

print /r YourVariableName



asmwarrior ollydbg from codeblocks' forum


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