引用本文:马玉羚,温冬婵,王鼎兴.PARLOG跟踪调试器的设计实现技术.软件学报,1995,6(9):534-541
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4908次   下载 5418 本文二维码信息
码上扫一扫!
分享到: 微信 更多
PARLOG跟踪调试器的设计实现技术
马玉羚1, 温冬婵1, 王鼎兴1
清华大学计算机科学与技术系,北京,100084
摘要:
本文讨论了PARLOG交互式跟踪调试器的设计与实现技术.作者改进了L.Byrd的盒式模型,使之可以描述PARLOG的顺序执行模型.PARLOG顺序化执行模型使计算具有确定性,易于用户调试程序.本文详细介绍了调试器实现中确定调试层次、将顺序化模型中的平坦化计算恢复为树型、实现不同层次的跟踪算法等方面的研究成果.
关键词:  执行模型,调试器,平坦化计算,跟踪算法
DOI:
分类号:
基金项目:
DESIGN AND IMPLEMENTATION TECHNIQUES FOR A PARLOG TRACING DEBUGGER
Ma Yuling,Wen Dongchan,Wang Dingxing
Abstract:
The paper discusses the design and implementation techniques for a PARLOGInteractive tracing debugger.The authors modlfythe L.Byrd’s Box model and make It ca.pable to illustrate the sequential execution model of PARLOG.In sequen tial executlormodel,It Is easy for programmer to debug program because the computation Is determin.lsm.The paper Introduces three aspects of the research Indebugger implementation Indetall:define the debugging level;change flat computation In sequentlal model to treeshape computation;complete tracing algorithms in different level.
Key words:  Execution model,debugger,flat computation,tracing algorithms.