How to get raw data with MI when pretty printing is enabled ?

asmwarrior asmwarrior@gmail.com
Sat Jun 19 08:44:00 GMT 2010


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



More information about the Gdb mailing list