This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 5f10086ef TestStaticVariables still fails on Linux. new cd1ec5420 Introduce FPR and Debug Registers/NetBSD/amd64 support
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: .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 117 ++++-- .../Process/NetBSD/NativeRegisterContextNetBSD.cpp | 26 ++ .../Process/NetBSD/NativeRegisterContextNetBSD.h | 9 + .../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 460 ++++++++++++++++++++- .../NetBSD/NativeRegisterContextNetBSD_x86_64.h | 25 +- .../Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 71 +++- source/Plugins/Process/NetBSD/NativeThreadNetBSD.h | 7 + .../Plugins/Process/Utility/RegisterInfos_x86_64.h | 2 +- 8 files changed, 678 insertions(+), 39 deletions(-)