书上第74页起 有关GDB的问题:
1。看书上75页,每当跳到一个断点后,如图4-16,图4-22,图4-23,我看作者都写了
gdb$ c
,于是 我也运行了这个,但是 输入
gdb$ b *(0x5000)
Breakpoint 1 at 0x5000
gdb$ c
之后 没有任何反应,然后输入 ni ,看见他是直接顶行的,连gdb$ 都没有,这时,按 quit 等命令都不起作用。
ni
遇到这样的情况
gdb) b *(0x8000+0x2be010b4)
Breakpoint 1 at 0x2be090b4
(gdb) n
Single stepping until exit from function close$NOCANCEL,
which has no line number information.
0x3b7a2f42 in fclose ()
(gdb) info b
Num Type Disp Enb Address What
1 breakpoint keep s 0x2be090b4