hanchenye-llvm-project/lldb
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
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples Cleaned up the NSString summary formatter to not print "<invalid object>" when 2011-07-30 01:47:41 +00:00
include Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
lib Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
lldb.xcodeproj Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
scripts Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
source Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
test Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
tools Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
utils Update usage comment. 2011-06-14 22:23:54 +00:00
www when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object 2011-07-22 00:16:08 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00