summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/hwasan/TestCases/print-memory-usage-android.c
Commit message (Collapse)AuthorAgeFilesLines
* [hwasan] Re-enable print-memory-usage-android test.Evgeniy Stepanov2018-09-101-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 Stepanov2018-09-081-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 Stepanov2018-09-081-0/+13
Adds a line to /proc/$PID/maps with more or less up-to-date memory stats of the process. llvm-svn: 341735
OpenPOWER on IntegriCloud