summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpoint.h
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2012-10-05 19:16:31 +0000
committerJim Ingham <jingham@apple.com>2012-10-05 19:16:31 +0000
commitca36cd16e4aa987a566a03d5f3fe3e87b3d21803 (patch)
tree69e83afe633f8ee0125d38003c1ad8e1598d5479 /lldb/include/lldb/API/SBBreakpoint.h
parent874f43cadc777861383768f28bd668482e656e86 (diff)
downloadbcm5719-llvm-ca36cd16e4aa987a566a03d5f3fe3e87b3d21803.tar.gz
bcm5719-llvm-ca36cd16e4aa987a566a03d5f3fe3e87b3d21803.zip
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends.
llvm-svn: 165328
Diffstat (limited to 'lldb/include/lldb/API/SBBreakpoint.h')
-rw-r--r--lldb/include/lldb/API/SBBreakpoint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBBreakpoint.h b/lldb/include/lldb/API/SBBreakpoint.h
index aa0a2e4df4c..87aada6ac24 100644
--- a/lldb/include/lldb/API/SBBreakpoint.h
+++ b/lldb/include/lldb/API/SBBreakpoint.h
@@ -64,6 +64,12 @@ public:
bool
IsEnabled ();
+ void
+ SetOneShot (bool one_shot);
+
+ bool
+ IsOneShot () const;
+
bool
IsInternal ();
OpenPOWER on IntegriCloud