This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ee91bff04 [lldb][NFC] Tablegenify target new 1e9b47537 Support Linux signal return trampolines in frame initialization
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 | 14 +++++ .../handle-abrt}/Makefile | 0 .../signal/handle-abrt/TestHandleAbort.py | 72 ++++++++++++++++++++++ .../test/functionalities/signal/handle-abrt/main.c | 25 ++++++++ source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 1 + .../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 1 + source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 1 + source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 1 + source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 2 + .../Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 1 + source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 1 + source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 1 + source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 1 + source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 1 + source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 1 + source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 1 + .../Instruction/ARM/EmulateInstructionARM.cpp | 1 + .../Instruction/ARM64/EmulateInstructionARM64.cpp | 1 + .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 1 + .../MIPS64/EmulateInstructionMIPS64.cpp | 1 + .../Instruction/PPC64/EmulateInstructionPPC64.cpp | 1 + source/Plugins/Platform/Linux/PlatformLinux.cpp | 2 + .../Process/Utility/RegisterContextLLDB.cpp | 34 ++++++---- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 1 + .../x86/x86AssemblyInspectionEngine.cpp | 1 + source/Symbol/ArmUnwindInfo.cpp | 1 + source/Symbol/CompactUnwindInfo.cpp | 4 ++ source/Symbol/DWARFCallFrameInfo.cpp | 4 ++ 28 files changed, 164 insertions(+), 12 deletions(-) copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_ignore_ [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/signal/handle-ab [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/signal/handle-ab [...]