summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpoint.h
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2012-09-25 23:55:19 +0000
committerJim Ingham <jingham@apple.com>2012-09-25 23:55:19 +0000
commit11c8108d572c342e3b42cc6de1704bacaf3f977c (patch)
tree21f82ead95b7dab57c7f57ab06468f06013f8ca4 /lldb/include/lldb/API/SBBreakpoint.h
parentc74198deddb2cab9f34d3a30743e6b41ac5137b8 (diff)
downloadbcm5719-llvm-11c8108d572c342e3b42cc6de1704bacaf3f977c.tar.gz
bcm5719-llvm-11c8108d572c342e3b42cc6de1704bacaf3f977c.zip
Add an API to figure out whether a breakpoint is internal or not.
llvm-svn: 164648
Diffstat (limited to 'lldb/include/lldb/API/SBBreakpoint.h')
-rw-r--r--lldb/include/lldb/API/SBBreakpoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBBreakpoint.h b/lldb/include/lldb/API/SBBreakpoint.h
index 5338b0a79c8..aa0a2e4df4c 100644
--- a/lldb/include/lldb/API/SBBreakpoint.h
+++ b/lldb/include/lldb/API/SBBreakpoint.h
@@ -63,6 +63,9 @@ public:
bool
IsEnabled ();
+
+ bool
+ IsInternal ();
uint32_t
GetHitCount () const;
OpenPOWER on IntegriCloud