DRi#4168: Disable annotation header install for non-x86 (#2287)

Fixes a broken install step for ARM by disabling the annotation header
install for non-x86.  DR does not yet support annotations on ARM
(DRi#1672).

Issue: DynamoRIO/dynamorio#4168, DynamoRIO/dynamorio#1672
1 file changed
tree: cc3e6e8c39526f122bfffd8aa048e65de3772dba
  1. .github/
  2. common/
  3. docs/
  4. drfuzz/
  5. drheapstat/
  6. drltrace/
  7. drmemory/
  8. drstrace/
  9. drsymcache/
  10. drsyscall/
  11. framework/
  12. make/
  13. tests/
  14. third_party/
  15. tools/
  16. umbra/
  17. wininc/
  18. .appveyor.yml
  19. .gitmodules
  20. .travis.yml
  21. ACKNOWLEDGEMENTS
  22. CMakeLists.txt
  23. codereview.cmake
  24. CONTRIBUTING.md
  25. CTestConfig.cmake
  26. lgpl-2.1.txt
  27. license.txt
  28. package.cmake
  29. README
  30. README.md
README.md

Dr. Memory: the memory debugger

About Dr. Memory

Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory, double frees, memory leaks, and (on Windows) handle leaks, GDI API usage errors, and accesses to un-reserved thread local storage slots.

Dr. Memory operates on unmodified application binaries running on Windows, Linux, Mac, or Android on commodity IA-32, AMD64, and ARM hardware.

Dr. Memory is released under an LGPL license and binary packages are available for download.

Dr. Memory is built on the DynamoRIO dynamic instrumentation tool plaform.

DynamoRIO logo

Dr. Memory Performance

Dr. Memory is faster than comparable tools, including Valgrind, as shown in our CGO 2011 paper Practical Memory Checking with Dr. Memory, where we compare the two tools on Linux on the SPECCPU 2006 benchmark suite:

Performance chart

(Valgrind is unable to run 434.zeusmp and 447.dealII).

Documentation

Documentation is included in the release package. We also maintain a copy for online browsing.

System call tracer for Windows

The Dr. Memory package includes an “strace for Windows” tool called drstrace.

Obtaining help

Dr. Memory has its own discussion list.

To report a bug, use the issue tracker.

See also the Dr. Memory home page: http://drmemory.org/