summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpointLocation.h
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2017-07-19 14:31:19 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2017-07-19 14:31:19 +0000
commitccbf7987a3804dfad44ba1fbfb370283f380f198 (patch)
tree6dbecd7a3949f3ae9ebb03ba770ef9f68dd43860 /lldb/include/lldb/API/SBBreakpointLocation.h
parent1298fd907c512f10be67710d1a81a2ba9a4444d5 (diff)
downloadbcm5719-llvm-ccbf7987a3804dfad44ba1fbfb370283f380f198.tar.gz
bcm5719-llvm-ccbf7987a3804dfad44ba1fbfb370283f380f198.zip
Expose hit count via SBBreakpointLocation.
Summary: SBBreakpointLocation exposed the ignore count, but didn't expose the hit count. Both values were exposed by SBBreakpoint and SBWatchpoint, so this makes things a bit more consistent. Reviewers: lldb-commits Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D31283 llvm-svn: 308480
Diffstat (limited to 'lldb/include/lldb/API/SBBreakpointLocation.h')
-rw-r--r--lldb/include/lldb/API/SBBreakpointLocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBBreakpointLocation.h b/lldb/include/lldb/API/SBBreakpointLocation.h
index 0b5ba79d784..900541b0201 100644
--- a/lldb/include/lldb/API/SBBreakpointLocation.h
+++ b/lldb/include/lldb/API/SBBreakpointLocation.h
@@ -38,6 +38,8 @@ public:
bool IsEnabled();
+ uint32_t GetHitCount();
+
uint32_t GetIgnoreCount();
void SetIgnoreCount(uint32_t n);
OpenPOWER on IntegriCloud