|
|
Subscribe / Log in / New account

Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)

Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)

Posted May 5, 2021 14:15 UTC (Wed) by mcatanzaro (subscriber, #93033)
Parent article: Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)

Unfortunately it looks like it still only works on Intel processors. :(


to post comments

Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)

Posted May 5, 2021 14:36 UTC (Wed) by niner (subscriber, #26151) [Link]

That's not true. I'm using it on a Ryzen 5950X and it's of tremendous help.
https://github.com/rr-debugger/rr/wiki/Zen for details on running it on AMD Zen. Personally, I'm using the kernel module.

Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)

Posted May 5, 2021 22:17 UTC (Wed) by roc (subscriber, #30627) [Link]

As the commenter above says, it works on Zen. There is also experimental Aarch64 support (for userland that uses CAS instead of LDREX/STREX).


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds