Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb...
authorJim Ingham <jingham@apple.com>
Fri, 5 Oct 2012 19:16:31 +0000 (19:16 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 5 Oct 2012 19:16:31 +0000 (19:16 +0000)
commitca36cd16e4aa987a566a03d5f3fe3e87b3d21803
tree69e83afe633f8ee0125d38003c1ad8e1598d5479
parent874f43cadc777861383768f28bd668482e656e86
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends.

llvm-svn: 165328
lldb/include/lldb/API/SBBreakpoint.h
lldb/include/lldb/Breakpoint/Breakpoint.h
lldb/include/lldb/Breakpoint/BreakpointOptions.h
lldb/scripts/Python/interface/SBBreakpoint.i
lldb/source/API/SBBreakpoint.cpp
lldb/source/Breakpoint/Breakpoint.cpp
lldb/source/Breakpoint/BreakpointOptions.cpp
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Target/StopInfo.cpp
lldb/test/functionalities/abbreviation/TestAbbreviations.py