Add missing copyright headers (#3934)

Add copyright headers that were missing from target description
xml files.
2 files changed
tree: 875de6e4904528d416ef403db4dfbfa40fbde487
  1. .android/
  2. .buildkite/
  3. .github/
  4. include/
  5. release-process/
  6. scripts/
  7. snap/
  8. src/
  9. third-party/
  10. .clang-format
  11. .gitignore
  12. CMakeLists.txt
  13. CODE_OF_CONDUCT.md
  14. configure
  15. CONTRIBUTING.md
  16. LICENSE
  17. README.md
  18. rr.spec
  19. Vagrantfile
README.md

Overview

Build and test status

rr is a lightweight tool for recording, replaying and debugging execution of applications (trees of processes and threads). Debugging extends gdb with very efficient reverse-execution, which in combination with standard gdb/x86 features like hardware data watchpoints, makes debugging much more fun. More information about the project, including instructions on how to install, run, and build rr, is at https://rr-project.org. The best technical overview is currently the paper Engineering Record And Replay For Deployability: Extended Technical Report.

Or go directly to the installation and building instructions.

Please contribute! Make sure to review the pull request checklist before submitting a pull request.

If you find rr useful, please add a testimonial.

rr development is sponsored by Pernosco and was originated by Mozilla.

System requirements

  • Linux kernel >= 4.7 (for support of __WALL in waitid())
    • rr 5.6.0 worked with kernel 3.11 (requiring PTRACE_SETSIGMASK)
  • rr currently requires either:
  • Running in a VM guest is supported, as long as the VM supports virtualization of hardware performance counters. (VMware and KVM are known to work; Xen does not.)