Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr...
authorJohnny Chen <johnny.chen@apple.com>
Fri, 16 Dec 2011 00:25:30 +0000 (00:25 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 16 Dec 2011 00:25:30 +0000 (00:25 +0000)
commite7e8af807a0a36b109ec1dea7b77224bc610b6f8
treed0cbe2772b59841676519d14058825cc1debe6b8
parentcaa69f057058e5d05a3175d73b8664de76f2e5a2
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
lldb/test/python_api/process/TestProcessAPI.py
lldb/test/python_api/process/main.cpp