llvm-project/lldb/test/expression_command
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
..
call-function Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and 2011-06-28 19:39:19 +00:00
persistent_variables Change the golden output so that merely evaluating an existing persistent variable 2010-12-14 17:48:26 +00:00
radar_8638051 Remove @skip decorators for fixed crashes. 2010-11-30 22:34:19 +00:00
radar_9531204 Add regression test for rdar://problem/9531204. 2011-07-28 23:17:20 +00:00
radar_9673664 Remove the @expectedFailure decorator since the bug has been fixed. 2011-08-01 18:26:32 +00:00
test Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
two-files More string matching criterion. 2011-05-10 22:46:13 +00:00