This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1a95b60d5 Introduce a setting to disable Spotlight while running the te [...] new 8239b6819 Re-add change for https://reviews.llvm.org/D42582 with added [...]
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/Core/Architecture.h | 34 +++++++++++ lit/Breakpoint/Inputs/ppc64-localentry.s | 55 +++++++++++++++++ lit/Breakpoint/ppc64-localentry.test | 12 ++++ lit/lit.cfg | 2 + lldb.xcodeproj/project.pbxproj | 22 +++++++ source/API/SystemInitializerFull.cpp | 2 + source/Breakpoint/BreakpointResolverName.cpp | 8 +++ source/Plugins/Architecture/CMakeLists.txt | 1 + .../Architecture/PPC64/ArchitecturePPC64.cpp | 69 ++++++++++++++++++++++ .../Plugins/Architecture/PPC64/ArchitecturePPC64.h | 44 ++++++++++++++ .../Architecture/{Arm => PPC64}/CMakeLists.txt | 4 +- source/Target/ThreadPlanStepInRange.cpp | 13 ++++ tools/lldb-test/SystemInitializerTest.cpp | 2 + tools/lldb-test/lldb-test.cpp | 9 ++- 14 files changed, 272 insertions(+), 5 deletions(-) create mode 100644 lit/Breakpoint/Inputs/ppc64-localentry.s create mode 100644 lit/Breakpoint/ppc64-localentry.test create mode 100644 source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp create mode 100644 source/Plugins/Architecture/PPC64/ArchitecturePPC64.h copy source/Plugins/Architecture/{Arm => PPC64}/CMakeLists.txt (61%)