Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [hwasan] Re-enable print-memory-usage-android test. | Evgeniy Stepanov | 2018-09-10 | 1 | -3/+6 |
| | | | | | | | The problem was not in a non-rooted device, but in tagged local variable address passed to a system call, see comments in the code. llvm-svn: 341875 | ||||
* | [hwasan] Disable print-memory-usage-android test. | Evgeniy Stepanov | 2018-09-08 | 1 | -0/+5 |
| | | | | | | Requires a rooted device => fails on sanitizer-x86_64-linux-android bot. llvm-svn: 341738 | ||||
* | [hwasan] Export memory stats through /proc/$PID/maps. | Evgeniy Stepanov | 2018-09-08 | 1 | -0/+13 |
Adds a line to /proc/$PID/maps with more or less up-to-date memory stats of the process. llvm-svn: 341735 |