This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d30eab1 Add a couple of tests for the Listener class new 7e57c2f Merge Linux and FreeBSD arm64 register contexts
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: source/Plugins/Process/FreeBSD/FreeBSDThread.cpp | 4 +- .../Linux/NativeRegisterContextLinux_arm64.cpp | 4 +- source/Plugins/Process/Utility/CMakeLists.txt | 3 +- .../Utility/RegisterContextFreeBSD_arm64.cpp | 95 ---------------------- .../Process/Utility/RegisterContextFreeBSD_arm64.h | 69 ---------------- ...Linux_arm64.cpp => RegisterInfoPOSIX_arm64.cpp} | 44 +++++----- ...textLinux_arm64.h => RegisterInfoPOSIX_arm64.h} | 6 +- source/Plugins/Process/elf-core/ThreadElfCore.cpp | 7 +- 8 files changed, 33 insertions(+), 199 deletions(-) delete mode 100644 source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.cpp delete mode 100644 source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.h rename source/Plugins/Process/Utility/{RegisterContextLinux_arm64.cpp => RegisterI [...] rename source/Plugins/Process/Utility/{RegisterContextLinux_arm64.h => RegisterInf [...]