Debugging Core Files Using HP WDB
Manuals
Brands
HP Manuals
Software
HP-UX Debugging Tools
31
32
33
34
35
36
37
38
39
40
(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
1
...
...
34
35
36
37
38
...
...
48