DRi#1781: add pdb files for exported static libraries

Updates DR to 29cc677 for pdb files for DR's static libraries, and adds pdb
files for DRMF static libraries for CMake 3.1+ via the COMPILE_PDB_*
properties.

Review-URL: https://codereview.appspot.com/269080043
6 files changed
tree: 4a2fd369f3d3395ced185fe89dad87c439621387
  1. common/
  2. docs/
  3. drfuzz/
  4. drheapstat/
  5. drmemory/
  6. drstrace/
  7. drsymcache/
  8. drsyscall/
  9. framework/
  10. make/
  11. tests/
  12. third_party/
  13. tools/
  14. umbra/
  15. wininc/
  16. .gitmodules
  17. ACKNOWLEDGEMENTS
  18. CMakeLists.txt
  19. codereview.cmake
  20. CONTRIBUTING.md
  21. CTestConfig.cmake
  22. lgpl-2.1.txt
  23. license.txt
  24. package.cmake
  25. README
  26. 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, or Mac on commodity IA-32 and AMD64 hardware. Dr. Memory currently targets 32-bit applications only.

New 1.8.0 release includes a Beta release for Mac.

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/