osandov/drgn

Live userspace process debugging

Opened this issue · 0 comments

drgn can currently attach to a live userspace process and read its variables, types, memory, etc. However, it can't pause threads, get stack traces, or set breakpoints.

  • #129
  • #171
  • Add higher-level thread pause/resume APIs
  • Support stack traces in live userspace processes
  • #132