teak-llvm/lldb/packages/Python/lldbsuite/test/python_api/process
Pavel Labath b8318155eb Enable TestReadMemCString on non-darwin targets
The test works fine on linux, and I believe other targets should not
have an issue with as well. If they do, we can start blacklisting
instead of whitelisting.

The idea of using "-1" as the value of the pointer on non-apple targets
backfired, as it fails the "address != LLDB_INVALID_ADDRESS" test (-1 is
the value of LLDB_INVALID_ADDRESS).  However, it should be safe to use
0x100 for other targets as well. The first page of memory is generally
kept unreadable to catch null pointer dereferences.

llvm-svn: 321353
2017-12-22 10:26:59 +00:00
..
io Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
read-mem-cstring Enable TestReadMemCString on non-darwin targets 2017-12-22 10:26:59 +00:00
main.cpp
Makefile
TestProcessAPI.py Fix ProcessAPITestCase.test_get_process_info 2017-08-02 10:12:12 +00:00