This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
test
/
python_api
/
process
History
Johnny Chen
e7e8af807a
Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from.
...
char *my_char_ptr = (char *)"Does it work?"; llvm-svn: 146716
2011-12-16 00:25:30 +00:00
..
io
SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
2011-11-28 21:39:07 +00:00
main.cpp
Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from.
2011-12-16 00:25:30 +00:00
Makefile
Add TestProcessAPI.py which exercises some Python SBProcess API. In particular, this tests
2011-03-01 02:20:14 +00:00
TestProcessAPI.py
Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from.
2011-12-16 00:25:30 +00:00