[Lldb-commits] [PATCH] D24495: A little bit more pointer safety in the Breakpoint code

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 13 09:29:02 PDT 2016


zturner updated this revision to Diff 71185.
zturner added a comment.

There were a few outstanding compiler errors that I missed in my previous patch as I was doing it on a build without Python.  This should catch all of them.


https://reviews.llvm.org/D24495

Files:
  include/lldb/Breakpoint/BreakpointOptions.h
  include/lldb/Breakpoint/WatchpointOptions.h
  include/lldb/Core/Baton.h
  source/API/SBBreakpoint.cpp
  source/Breakpoint/Breakpoint.cpp
  source/Breakpoint/BreakpointLocation.cpp
  source/Breakpoint/BreakpointOptions.cpp
  source/Breakpoint/Watchpoint.cpp
  source/Breakpoint/WatchpointOptions.cpp
  source/Commands/CommandObjectBreakpointCommand.cpp
  source/Commands/CommandObjectWatchpointCommand.cpp
  source/Core/Baton.cpp
  source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24495.71185.patch
Type: text/x-patch
Size: 20447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160913/b7879bab/attachment-0001.bin>


More information about the lldb-commits mailing list