配置 GDB 日志到文件
如何配置 GDB 为每个新命令和新输出结果覆盖文件?
我尝试过“设置日志记录覆盖”,它仅在启动 gdb 时覆盖现有文件,但当我运行多个命令时,结果会附加。
How do I configure GDB to overwrite file for every new command and new output result?
I have tried "set logging overwrite on", it only overwrite the existing file when I start gdb but when i run multiple commands the results append.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的请求有些不合理,但您可能可以使用 GDB hooks 来实现它。
未经测试:
Your request is somewhat unreasonable, but you likely can achieve it using GDB hooks.
Untested: