File tree
4 files changed
+5
-5
lines changed- drmemory/docs
- tests
4 files changed
+5
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 |
| - | |
| 427 | + | |
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
- .github/workflows/ci-aarchxx-cross.yml+73-7
- .github/workflows/ci-aarchxx.yml+2-2
- .github/workflows/ci-clang-format.yml+2-2
- .github/workflows/ci-docs.yml+3-3
- .github/workflows/ci-osx.yml+2-2
- .github/workflows/ci-package.yml+7-7
- .github/workflows/ci-riscv64.yml+2-2
- .github/workflows/ci-windows.yml+4-4
- .github/workflows/ci-x86.yml+7-7
- .gitmodules+3-1
- CMakeLists.txt+4
- api/docs/building.dox+4-4
- api/docs/new_release.dox+1-1
- clients/drcachesim/CMakeLists.txt+3
- clients/drcachesim/docs/drcachesim.dox.in+1-4
- clients/drcachesim/tests/allasm_aarch64_flush.asm+1-1
- clients/drcachesim/tests/allasm_aarch64_prefetch.asm+1-1
- clients/drcachesim/tests/allasm_scattergather_aarch64.asm+1-1
- clients/drcachesim/tests/allasm_scattergather_x86.asm+2-2
- clients/drcachesim/tests/builtin_prefetch.c+2-2
- core/drlibc/drlibc_module_elf.c+7
- core/unix/coredump.c+53-3
- core/unix/module_private.h+1
- core/unix/preload.c+17-2
- make/DynamoRIOConfig.cmake.in+6
- make/cpp2asm_support.cmake+2
- make/package.cmake+1-1
- make/toolchain-android-gcc.cmake+1-1
- make/toolchain-android-llvm.cmake+24-27
- suite/runsuite.cmake+31-5
- suite/tests/CMakeLists.txt+31-3
- suite/tests/client-interface/memory_dump_test.templatex+3
- suite/tests/common/allasm_aarch64_cache.asm+1-1
- suite/tests/common/allasm_arm.asm+4-4
- suite/tests/common/allasm_thumb.asm+4-4
- suite/tests/common/allasm_x86_64.asm+1-1
- suite/tests/linux/mmap.c+1-1
- suite/tests/linux/mmap.template+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
375 |
| - | |
| 375 | + | |
376 | 376 |
| |
377 | 377 |
| |
378 | 378 |
| |
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
386 |
| - | |
| 386 | + | |
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
|
0 commit comments