History log of /external/lldb/test/python_api/thread/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
69af39d7e7c1988caf027956a6af5f17c55b5534 10-Mar-2011 Johnny Chen <johnny.chen@apple.com> Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b().
Verifies that after the thread.StepOut(), we are at the correct line within function b.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@127374 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/thread/Makefile
586a3e6ad55b210791d451d1b5bb024d2a29091b 07-Mar-2011 Johnny Chen <johnny.chen@apple.com> Add TestThreadAPI.py file to house the Python SBThread API test cases.
Currently it has only test cases for SBThread.GetStopDescription() API.

Also modified lldb.swig to add typemap for (char *dst, size_t dst_len)
which occurs for SBThread::GetStopDescription() C++ API. For Python
scripting:

# Due to the typemap magic (see lldb.swig), we pass in an (int)length to GetStopDescription
# and expect to get a Python string as the result object!
# The 100 is just an arbitrary number specifying the buffer size.
stop_description = thread.GetStopDescription(100)


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@127173 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/thread/Makefile