commit | ca36cd16e4aa987a566a03d5f3fe3e87b3d21803 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Oct 05 19:16:31 2012 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Oct 05 19:16:31 2012 +0000 |
tree | 69e83afe633f8ee0125d38003c1ad8e1598d5479 | |
parent | 874f43cadc777861383768f28bd668482e656e86 [diff] [blame] |
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. llvm-svn: 165328
diff --git a/lldb/scripts/Python/interface/SBBreakpoint.i b/lldb/scripts/Python/interface/SBBreakpoint.i index 414936f..cf566d2 100644 --- a/lldb/scripts/Python/interface/SBBreakpoint.i +++ b/lldb/scripts/Python/interface/SBBreakpoint.i
@@ -119,6 +119,12 @@ bool IsEnabled (); + void + SetOneShot (bool one_shot); + + bool + IsOneShot (); + bool IsInternal ();