Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 525 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 525 Bytes
                                     ######## Tracer  #########

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

make
./run <executable-to-debug>
break <inst-address>
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