History log of /external/lldb/test/python_api/default-constructor/sb_type.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a70c157b98bc6e9c8d1853e54473c3bd5a349a77 04-Oct-2011 Johnny Chen <johnny.chen@apple.com> Add fuzz calls for various iterators, too.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141035 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_type.py
88f699690a48bc9e204c561443a53ca03dcf1ae6 07-Jul-2011 Johnny Chen <johnny.chen@apple.com> Add fuzz calls for SBType::IsPointerType(void *opaque_type).


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@134551 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_type.py
446ccaa81e42b089b6245a950cb4fca05cce12dd 29-Jun-2011 Johnny Chen <johnny.chen@apple.com> Add fuzz calls to SBType, SBValue, and SBValueList.
Fixed crashes for SBValue fuzz calls.
And change 'bool SBType::IsPointerType(void)' to
'bool SBType::IsAPointerType(void)' to avoid name collision with the static 'bool SBType::IsPointerType(void *)'
function, which SWIG cannot handle.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@134096 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_type.py