Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 529 Bytes

Features

Breakpoints

  • Attach and run
  • Breakpoint at address
  • Breakpoint at function
    • Supports inlined functions
  • Breakpoint at specific line

Registers

  • Dump registers
  • Read specific register
  • Modify Register

Stepping

  • Continue till signal or breakpoint
  • Step (ASM)
  • Continue for one source-level step

Source Info

  • Current function / line
    • Support inlined functions
  • Show surrounding source information
  • Function name to address