项目作者: prateekroy

项目描述 :
Naive debugger to trace executables
高级语言: C++
项目地址: git://github.com/prateekroy/Tracer.git
创建时间: 2018-11-20T18:02:18Z
项目社区:https://github.com/prateekroy/Tracer

开源协议:

下载


  1. ######## Tracer #########

Naive debugger to trace executables : Fully functional debugger for linux executables

make\
./run \ \
break \ \
cont

DONE :

  • able to break at multiple breakpoints based on address of instruction (objdump -d )
  • print all register contents after hitting a breakpoint

TODO :

  • add support to breakpoint at line number
  • add support to breakpoint by funtion name
  • delete a breakpoint
  • clear all breakpoint