This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d0da1305a Fix duplicate testcase filename new de9e9c10e NativeProcessProtocol: Simplify breakpoint setting code
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/Host/common/NativeBreakpoint.h | 56 ---- include/lldb/Host/common/NativeBreakpointList.h | 35 +-- include/lldb/Host/common/NativeProcessProtocol.h | 20 +- include/lldb/Host/common/SoftwareBreakpoint.h | 53 ---- include/lldb/lldb-private-forward.h | 11 - lldb.xcodeproj/project.pbxproj | 16 -- source/Host/CMakeLists.txt | 3 - source/Host/common/NativeBreakpoint.cpp | 109 ------- source/Host/common/NativeBreakpointList.cpp | 240 ---------------- source/Host/common/NativeProcessProtocol.cpp | 223 ++++++++++++--- source/Host/common/NativeThreadProtocol.cpp | 1 - source/Host/common/SoftwareBreakpoint.cpp | 313 --------------------- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 1 - .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 1 - 14 files changed, 197 insertions(+), 885 deletions(-) delete mode 100644 include/lldb/Host/common/NativeBreakpoint.h delete mode 100644 include/lldb/Host/common/SoftwareBreakpoint.h delete mode 100644 source/Host/common/NativeBreakpoint.cpp delete mode 100644 source/Host/common/NativeBreakpointList.cpp delete mode 100644 source/Host/common/SoftwareBreakpoint.cpp