This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6eaf6fb72 File::Clear() -> File::TakeStreamAndClear() new 7b9721594 [Windows] Added support of watchpoints to `NativeProcessWindows`
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: .../Windows/Common/NativeProcessWindows.cpp | 39 ++- .../Common/NativeRegisterContextWindows_WoW64.cpp | 270 +++++++++++++++++++-- .../Common/NativeRegisterContextWindows_WoW64.h | 11 +- .../Common/NativeRegisterContextWindows_i386.cpp | 264 +++++++++++++++++++- .../Common/NativeRegisterContextWindows_i386.h | 11 +- .../Common/NativeRegisterContextWindows_x86_64.cpp | 267 ++++++++++++++++++-- .../Common/NativeRegisterContextWindows_x86_64.h | 14 +- .../Process/Windows/Common/NativeThreadWindows.cpp | 23 +- 8 files changed, 835 insertions(+), 64 deletions(-)