-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6416: Replace vdso raw bytes with per-block encodings (#6462)
Removes the vdso raw bytes we were storing in the module file for offline drmemtraces. Switches to using per-block encodings instead. This avoids problems with hooked vsysenter on 32-bit AMD. Tested on tool.drcacheoff.simple on 32-bit AMD on a machine where that test failed every time before this fix. Removes the unused offline_instru_t::get_modoffs() rather than updating it for the vdso change. Issue: #6416, #2062 Fixes #6416
- Loading branch information
1 parent
365b1a1
commit 63c701b
Showing
3 changed files
with
50 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters