This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9e77e69 Match printf field width arg and type new 9d081ae Add bound violation handling for Intel(R) Memory Protection E [...]
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: .../{ => mpx_bound_violation}/Makefile | 2 +- .../mpx_bound_violation/TestBoundViolation.py | 57 ++++++++++++++++++++++ .../mpx_bound_violation/main.cpp | 40 +++++++++++++++ source/Plugins/Process/Linux/NativeThreadLinux.cpp | 3 +- source/Plugins/Process/POSIX/CrashReason.cpp | 42 ++++++++++++++-- source/Plugins/Process/POSIX/CrashReason.h | 3 +- 6 files changed, 140 insertions(+), 7 deletions(-) copy packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registe [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]