命中断点时未执行“finish”命令
这是我的 gdb 脚本的一部分
break __libc_malloc if $x0==1234
command 1
finish
printf "malloc() = 0x%x\n\n",$x0
continue
end
断点被触发。但是 gdb 在没有执行“finish”的情况下停止了。 如果“完成”命令被删除,则断点被触发,同时执行“打印”和“继续”。 那么到底出了什么问题呢?
Here is part of my gdb script
break __libc_malloc if $x0==1234
command 1
finish
printf "malloc() = 0x%x\n\n",$x0
continue
end
The breakpoint was triggered. But gdb stopped without 'finish' executed.
If the 'finish' command was deleted, the breakpoint was trigger with both 'print' and 'continue' excuted.
So what was wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论