rr v4.4.0 Release Notes

Release Date: 2016-10-01 // over 7 years ago
  • ๐Ÿ— Compile releases with CMAKE_BUILD_TYPE=Release for improved performance.
    ๐Ÿ‘Œ Support for record and replay of chromium-browser and google-chrome via various bug fixes: notably, syncing syscall writes to mmapped files, and handling tasks forked with invalid TLS areas.
    ๐Ÿšฆ Many improvements to make signal-state tracking match the kernel more accurately.
    ๐Ÿ‘Œ Support for Linux 4.8 kernels (in particular, PTRACE_SYSCALL notifications being delivered before seccomp notifications instead of after).
    General recording overhead improvements (thanks to Keno Fischer).
    ๐Ÿ‘Œ Support for accessing thread-local variables while debugging (thanks to Tom Tromey).
    ๐Ÿ‘ Syscall support expanded.
    ๐Ÿ›  Many bugs fixed.