I am working on LLVM. While debugging it using Eclipse, I came across certain data structures whose contents I want to see. But while debugging, Eclipse only gives me the address of that particular data structure and not its contents.
E.g. While viewing contents of SmallVectorImpl &Ops, it gives something like this
Name : Ops
Details:@0xbfffef94
Default:{...}
Decimal:{...}
Hex:{...}
Binary:{...}
Octal:{...}
Please tell me if there is any plugin available to view the contents of these data structures.