2020年4月2日
摘要: 几种: IBM: arm: 阅读全文
posted @ 2020-04-02 22:36 kid;) 阅读(95) 评论(0) 推荐(0) 编辑
摘要: eg 阅读全文
posted @ 2020-04-02 22:34 kid;) 阅读(98) 评论(0) 推荐(0) 编辑
摘要: start #开始调试,停在第一行代码处,(gdb)startl #list的缩写查看源代码,(gdb) l [number/function]b <lines> #b: Breakpoint的简写,设置断点。(gdb) b 10b <func> #b: Breakpoint的简写,设置断点。(gd 阅读全文
posted @ 2020-04-02 15:27 kid;) 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 单步执行:step over(next) 单步进入:step into 单步跳出:step out 继续(执行到下一断点,有的时候的debug按钮整合,有的是resume program):continue 跳转到光标所在行:run to curse 下一个汇编:text instruction 阅读全文
posted @ 2020-04-02 15:17 kid;) 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1、新建一个模板template_name [AR/SR/Story/Defects/CR]: [BugFix]: [FeatureAdd]: [CodeReview]: [ModifyDesc]: [Author/ID]: 2、添加配置 git config --global commit.tem 阅读全文
posted @ 2020-04-02 14:41 kid;) 阅读(1555) 评论(0) 推荐(0) 编辑