Skip to content

Totsugekitai/tdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDB

(Toy|Tiny|Totsugekitai) DeBugger written in Rust

TODO

  • step instruction
  • breakpoint
    • set
    • restore
  • dump registers
  • dump memory
  • list symbols
  • write
    • memory
    • register
    • local/global variable
  • watchpoint
    • memory
    • register
    • variable
  • dump stackframe
    • backtrace
    • local variables
    • args
  • relocation symbol resolution

memo

debugger implementation

misc