148Chapter5 • Working with GNU Debugger
(gdb) info locals
result = 70
(gdb) info reg
eax 0x4670
ecx 0x00
edx 0x401548e01075136736
ebx 0x401569e41075145188
esp 0xbffffa000xbffffa00
ebp 0xbffffa080xbffffa08
esi 0x40016b641073834852
edi 0xbffffaac-1073743188
eip 0x804851b0x804851b
eflags 0x312786
cs 0x2335
ss 0x2b43
ds 0x2b43
es 0x2b43
fs 0x00
gs 0x00
fctrl 0x37f895
fstat 0x00
ftag 0xffff65535
fiseg 0x2335
fioff 0x404b42151078673941
foseg 0x2b43
fooff 0x404c69681078749544
fop 0x2e9745
(gdb) info all-reg
eax 0x4670
ecx 0x00
edx 0x401548e01075136736
ebx 0x401569e41075145188
esp 0xbffffa000xbffffa00
ebp 0xbffffa080xbffffa08
esi 0x40016b641073834852
edi 0xbffffaac-1073743188
eip 0x804851b0x804851b
eflags 0x312786
cs 0x2335
ss 0x2b43
ds 0x2b43
es 0x2b43
fs 0x00
gs 0x00
st0 0(raw 0x00000000000000000000)
st1 0(raw 0x00000000000000000000)
st2 0(raw 0x00000000000000000000)
st3 0(raw 0x00000000000000000000)
Next Page >>
<< Previous Page
Back to the Table of Contents