Debugging Core Files Using HP WDB

(gdb) x/x 0x7f7e6688+0x8
0x7f7e6690: 0x7f7e669c
Similarly, the offsets for the following structure st_two are calculated:
struct st_two {
char *a; +0x0
int b; +0x4
float c; +0x8
char *d; +0xC
};
36