tracexec icon indicating copy to clipboard operation
tracexec copied to clipboard

Stack trace capture for ptrace backend

Open kxxt opened this issue 3 months ago • 1 comments

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.

kxxt avatar Sep 06 '25 08:09 kxxt

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

kxxt avatar Sep 07 '25 10:09 kxxt