I am working on LLVM. Debugging it with Eclipse, I came across certain data structures whose contents I want to see. But during debugging, Eclipse gives me the address of this particular data structure, not its contents.
eg. When viewing the contents of SmallVectorImpl & Ops it gives something like this
Name : Ops Details:@0xbfffef94 Default:{...} Decimal:{...} Hex:{...} Binary:{...} Octal:{...}
Please tell me which plugin is available for viewing the contents of these data structures.
source share