This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from cc279de fixup Xcode build for removal of MIUtilParse.* new cdc1419 Some more pointer safety in Breakpoint.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Breakpoint/BreakpointOptions.h | 12 ++-- include/lldb/Breakpoint/WatchpointOptions.h | 10 +-- include/lldb/Core/Baton.h | 40 ++++++++--- source/API/SBBreakpoint.cpp | 20 ++---- source/Breakpoint/Breakpoint.cpp | 2 +- source/Breakpoint/BreakpointLocation.cpp | 4 +- source/Breakpoint/BreakpointOptions.cpp | 35 +++++++--- source/Breakpoint/Watchpoint.cpp | 3 +- source/Breakpoint/WatchpointOptions.cpp | 4 +- source/Commands/CommandObjectBreakpointCommand.cpp | 12 ++-- source/Commands/CommandObjectWatchpointCommand.cpp | 7 +- source/Core/Baton.cpp | 3 +- .../Python/ScriptInterpreterPython.cpp | 79 ++++++++++------------ 13 files changed, 123 insertions(+), 108 deletions(-)