OSDN Git Service

Beef up process_vm_readv/writev tests
authorPavel Labath <labath@google.com>
Thu, 12 Jan 2017 11:56:39 +0000 (11:56 +0000)
committerPavel Labath <labath@google.com>
Fri, 13 Jan 2017 10:21:19 +0000 (10:21 +0000)
commitcc441001c085f64bd94c32981842135f9a9652cd
treee6b8eb13ee7343507e214fbaf647e9d4d636dc55
parent1b2975d54b9c17ced29883aef24490773a4a9fe6
Beef up process_vm_readv/writev tests

LLDB uses process_vm_readv quite extensively (it's an order of
magnitude faster than PTRACE_PEEKDATA). Add a bit more tests of
the function to make sure it stays working.

Change-Id: I64e17e6d56842f118a9485e3a18f42ca5e1b7577
Test: run the new test
tests/sys_uio_test.cpp