项目作者: prateekroy
项目描述 :
Naive debugger to trace executables
高级语言: C++
项目地址: git://github.com/prateekroy/Tracer.git
######## 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