This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1ff11c741 [lldb] Quick Fix: IRExecutionUnit check pointer before access it new 19d3f2001 Try again to move common functionality from ProcessWindows in [...]
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/ObjectFile/ELF/ELFHeader.cpp | 3 + .../Plugins/Process/Windows/Common/CMakeLists.txt | 1 + .../Process/Windows/Common/ProcessDebugger.cpp | 582 +++++++++++++++++++++ .../Process/Windows/Common/ProcessDebugger.h | 101 ++++ .../Process/Windows/Common/ProcessWindows.cpp | 473 ++--------------- .../Process/Windows/Common/ProcessWindows.h | 21 +- 6 files changed, 726 insertions(+), 455 deletions(-) create mode 100644 source/Plugins/Process/Windows/Common/ProcessDebugger.cpp create mode 100644 source/Plugins/Process/Windows/Common/ProcessDebugger.h