This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 10c50517a Revert "[lldb] [Process/NetBSD] Fix constructor after r363707" new 3d7e0b3dd [lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATE new 78244913b [lldb] [Process/NetBSD] Fix segfault when handling watchpoint new 892d71956 [lldb] [Process/NetBSD] Use global enable bits for watchpoints
The 3 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: .../hello_watchlocation/TestWatchLocation.py | 1 - .../hello_watchpoint/TestMyFirstWatchpoint.py | 1 - .../watchpoint/multiple_hits/TestMultipleHits.py | 1 - .../TestWatchpointMultipleThreads.py | 2 - .../step_over_watchpoint/TestStepOverWatchpoint.py | 1 - .../watchpoint_commands/TestWatchpointCommands.py | 4 - .../command/TestWatchpointCommandLLDB.py | 2 - .../command/TestWatchpointCommandPython.py | 2 - .../condition/TestWatchpointConditionCmd.py | 1 - .../watchpoint_disable/TestWatchpointDisable.py | 1 - .../TestWatchLocationWithWatchSet.py | 1 - .../watchpoint_size/TestWatchpointSizes.py | 3 - .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 31 +++++--- .../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 93 +++++++++++++++++++++- .../NetBSD/NativeRegisterContextNetBSD_x86_64.h | 10 ++- 15 files changed, 120 insertions(+), 34 deletions(-)