diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-03-01 02:20:14 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-01 02:20:14 +0000 |
commit | 37f99fdb73230ddf46a0b92258dac8ca9f524af1 (patch) | |
tree | e9a24295089f49bd1ab7a30b32490702aa79f992 /clang/lib/Analysis/ReachableCode.cpp | |
parent | a9a0f5d206655998dabf3acc14fcc58e834ca118 (diff) | |
download | bcm5719-llvm-37f99fdb73230ddf46a0b92258dac8ca9f524af1.tar.gz bcm5719-llvm-37f99fdb73230ddf46a0b92258dac8ca9f524af1.zip |
Add TestProcessAPI.py which exercises some Python SBProcess API. In particular, this tests
the SBProcess.ReadMemory() API, which, due to SWIG typemap'ing, expects 3 arguments (the location
to read from, the size in bytes to read, and an SBError object), and returns the result as a
Python string object.
On SnowLeopard where this has been tested, the SWIG script needs to be pampered (use the exact
same parameter names as in SBProcess.h) in order for this to work.
llvm-svn: 126736
Diffstat (limited to 'clang/lib/Analysis/ReachableCode.cpp')
0 files changed, 0 insertions, 0 deletions