随笔 - 137  文章 - 1  trackbacks - 0
<2017年8月>
303112345
6789101112
13141516171819
20212223242526
272829303112
3456789

常用链接

留言簿

随笔分类

随笔档案

收藏夹

调试技巧

搜索

  •  

最新评论

阅读排行榜

评论排行榜

1、gdb7 提供了反向调试 (reverse debug)的功能
Reverse-continue ('rc')Continueprogram being debugged but run it in reverse
Reverse-finishExecute backward until just before the selected stack frame is called
Reverse-next ('rn')Step program backward, proceeding through subroutine calls.
Reverse-nexti ('rni')Step backward one instruction, but proceed through called subroutines.
Reverse-step ('rs')Step program backward until it reaches the beginning of a previousline
Reverse-stepiStep backward exactly one instruction
set exec-directionSet direction of execution.
2、第三方的方向调试工具 rr : Record and Replay Framework
https://github.com/mozilla/rr
posted on 2017-08-29 18:21 长戟十三千 阅读(580) 评论(0)  编辑 收藏 引用 所属分类: 调试

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理