tracexec
tracexec copied to clipboard
Stack trace capture for ptrace backend
We could add a new cli option that enables capture and symbolize stack traces when exec happens.
Or when a breakpoint is hit in TUI mode, here we could add an action to view its stack trace.
We could possibly use https://docs.rs/rstack/latest/rstack/ but risc-v support is still not there yet: https://github.com/sfackler/rstack/pull/29