aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-08-03 22:57:10 +0000
committerGreg Clayton <gclayton@apple.com>2011-08-03 22:57:10 +0000
commit0fb0bcc9d4e951145e1b8c783652224c09b23af4 (patch)
treefcc3be5d310cfcc2bf4f2d7b15685d8248ed24af /resources
parent0c3d6d6eb941a60b44fbf49e879601d4e5ccebba (diff)
downloadlldb-0fb0bcc9d4e951145e1b8c783652224c09b23af4.tar.gz
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) git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'resources')
-rw-r--r--resources/LLDB-Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/LLDB-Info.plist b/resources/LLDB-Info.plist
index 029fa508d..83acf01ff 100644
--- a/resources/LLDB-Info.plist
+++ b/resources/LLDB-Info.plist
@@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>70</string>
+ <string>71</string>
<key>CFBundleName</key>
<string>${EXECUTABLE_NAME}</string>
</dict>