llvm-project/lldb/test/python_api/process
Greg Clayton fe42ac4d0a Cleaned up the SBType.h file to not include internal headers and reorganized
the SBType implementation classes.

Fixed LLDB core and the test suite to not use deprecated SBValue APIs.

Added a few new APIs to SBValue:

    int64_t
    SBValue::GetValueAsSigned(int64_t fail_value=0);

    uint64_t
    SBValue::GetValueAsUnsigned(uint64_t fail_value=0)

 

llvm-svn: 136829
2011-08-03 22:57:10 +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 Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
main.cpp Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), 2011-03-01 22:56:31 +00:00