This is the mail archive of the gdb@sources.redhat.com 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 MMX variables


thanks, it works !
actually print /c doesn't work because it only prints 2 values out of 8, but x /8c (or better x /8db) does the job.


cheers,
shadi


Michael Elizabeth Chastain wrote:


Try the '/c' modifier:

 print /c foovector
 x /20c &foovector

Michael C





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