Go to file
Johnny Chen 2f6f7ba879 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)

llvm-svn: 127173
2011-03-07 21:28:57 +00:00
clang g++ is more permissive regarding flexible arrays. 2011-03-07 20:04:04 +00:00
compiler-rt <rdar://problem/9091300> update Apple packaging of compiler-rt 2011-03-05 02:15:16 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time. 2011-03-03 01:59:23 +00:00
lldb Add TestThreadAPI.py file to house the Python SBThread API test cases. 2011-03-07 21:28:57 +00:00
llvm Add test for r127138. 2011-03-07 21:28:14 +00:00