mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[msandr] Add debugging instructions to README.txt.
llvm-svn: 190680
This commit is contained in:
parent
9fd5e53f1d
commit
8f0b7feb4c
@ -32,3 +32,9 @@ Running:
|
||||
<path_to_dynamorio>/exports/bin64/drrun -c lib/clang/$VERSION/lib/linux/libclang_rt.msandr-x86_64.so -- test_binary
|
||||
|
||||
MSan unit tests contain several tests for MSanDR (use MemorySanitizerDr.* gtest filter).
|
||||
|
||||
Debugging:
|
||||
Add -DCMAKE_BUILD_TYPE=Debug to the first and/or second cmake invocation(s).
|
||||
Add -debug -v to drrun invocation line (right before -c).
|
||||
Add -checklevel 1 to drrun (as the first argument) to make debug DR faster.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user