summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpoint.h
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
commitfe42ac4d0a4836829616d054c524e8cc10b25b88 (patch)
treebf0d085081bec250842526fb9342d48dcbae138b /lldb/include/lldb/API/SBBreakpoint.h
parent3ef20e35f9181c28650f60c3845c4b1c737853fb (diff)
downloadbcm5719-llvm-fe42ac4d0a4836829616d054c524e8cc10b25b88.tar.gz
bcm5719-llvm-fe42ac4d0a4836829616d054c524e8cc10b25b88.zip
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
Diffstat (limited to 'lldb/include/lldb/API/SBBreakpoint.h')
-rw-r--r--lldb/include/lldb/API/SBBreakpoint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBBreakpoint.h b/lldb/include/lldb/API/SBBreakpoint.h
index faa970ab4b5..aae0446b31d 100644
--- a/lldb/include/lldb/API/SBBreakpoint.h
+++ b/lldb/include/lldb/API/SBBreakpoint.h
@@ -11,7 +11,6 @@
#define LLDB_SBBreakpoint_h_
#include "lldb/API/SBDefines.h"
-#include <stdio.h>
namespace lldb {
OpenPOWER on IntegriCloud