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 ?


>>>>> "SÃbastien" == SÃbastien Granjoux <seb.sfo@free.fr> writes:

SÃbastien> -var-set-visualizer var2 None
SÃbastien> ^done
SÃbastien> (gdb)
SÃbastien> -var-evaluate-expression var2
SÃbastien> ^done,value="{...}"
SÃbastien> (gdb)

SÃbastien> I would expect value="0x9ae2c90" for the last command. Then, I have
SÃbastien> use gdb version 7.0.50.20091001-cvs, perhaps it's working with the
SÃbastien> latest one.

The test suite does a -var-update instead of -var-evaluate-expression.
Could you try that instead?

I'm not completely sure if the above is intended to work or not.
Please file a bug report, in case it is supposed to.

thanks,
Tom


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