作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (2): 283-285. doi: 10.3969/j.issn.1000-3428.2009.02.099

• 开发研究与设计技术 • 上一篇    

动态二进制翻译系统的调试器框架

郑举育,管海兵,梁阿磊   

  1. (上海交通大学软件学院,上海 200240)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-01-20 发布日期:2009-01-20

Debugger Framework on Dynamic Binary Translation System

ZHENG Ju-yu, GUAN Hai-bing, LIANG A-lei   

  1. (School of Software, Shanghai Jiaotong University, Shanghai 200240)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-01-20 Published:2009-01-20

摘要: 传统的动态二进制翻译系统缺少调试器支持或者调试功能有限,随着开发规模的扩大,调试手段成为制约设计开发进度的瓶颈。该文提出一种针对动态二进制翻译系统的调试器框架,引入观察点、回退执行与调试脚本3个功能,通过在Crossbit平台上的验证,证明该技术能够高效地帮助程序员发现错误,提高系统的开发进度。

关键词: 动态二进制翻译, Crossbit虚拟机, 调试器

Abstract: Common dynamic binary translation system is lack of debugging tools or only provides primitive debugging supports, so debugging technology becomes the bottleneck of developing system software or large scale software. This paper introduces a new debugging technology on dynamic binary translation platform, including reverse executing, debugging script and other new concepts. The debugger implemented on Crossbit is proved that it reduces the time for developer to locate bugs sharply.

Key words: dynamic binary translation, Crossbit, debugger

中图分类号: