This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 53d62c8a5 Utility: fix cross-compilation from Linux to Windows new bdaa48ab6 [x86] Fix issues with a realigned stack in MSVC compiled appl [...]
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: include/lldb/Symbol/UnwindPlan.h | 60 +++- .../Process/Utility/RegisterContextLLDB.cpp | 143 ++++++---- .../Plugins/Process/Utility/RegisterContextLLDB.h | 7 +- .../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 2 +- .../x86/x86AssemblyInspectionEngine.cpp | 314 ++++++++++++++++----- .../x86/x86AssemblyInspectionEngine.h | 7 + source/Symbol/UnwindPlan.cpp | 36 ++- .../x86/Testx86AssemblyInspectionEngine.cpp | 65 ++++- 8 files changed, 484 insertions(+), 150 deletions(-)