This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e767031 Refactor the x86 UnwindAssembly class into a separate class c [...] new a9cf082 Reverting r282565.
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: lldb.xcodeproj/project.pbxproj | 36 - source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 - .../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 1263 ++++++++++++++++++-- .../UnwindAssembly/x86/UnwindAssembly-x86.h | 7 +- .../x86/x86AssemblyInspectionEngine.cpp | 1117 ----------------- .../x86/x86AssemblyInspectionEngine.h | 178 --- unittests/CMakeLists.txt | 1 - unittests/UnwindAssembly/CMakeLists.txt | 1 - unittests/UnwindAssembly/x86/CMakeLists.txt | 3 - .../x86/Testx86AssemblyInspectionEngine.cpp | 281 ----- 10 files changed, 1197 insertions(+), 1691 deletions(-) delete mode 100644 source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp delete mode 100644 source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h delete mode 100644 unittests/UnwindAssembly/CMakeLists.txt delete mode 100644 unittests/UnwindAssembly/x86/CMakeLists.txt delete mode 100644 unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp