This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 50a43fd42 Switch TaskMapOverInt to llvm::function_ref new 1bd0c2179 Fix backtrace of noreturn functions situated at the end of a module
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/Core/Address.h | 10 +++- include/lldb/Core/Section.h | 3 +- include/lldb/Target/SectionLoadList.h | 3 +- .../unwind/noreturn/TestNoreturnUnwind.py | 2 - .../test/functionalities/unwind/noreturn/main.c | 2 - .../noreturn/module-end/TestNoReturnModuleEnd.py | 53 +++++++++++++++++++++ .../functionalities/unwind/noreturn/module-end/a.s | 35 ++++++++++++++ .../noreturn/module-end/test.core} | Bin 40960 -> 40960 bytes .../unwind/noreturn/module-end/test.out | Bin 0 -> 520 bytes source/Core/Address.cpp | 12 +++-- source/Core/Section.cpp | 22 ++++----- .../Process/Utility/RegisterContextLLDB.cpp | 12 +++-- source/Target/SectionLoadList.cpp | 15 +++--- source/Target/StackFrame.cpp | 3 +- 14 files changed, 136 insertions(+), 36 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/unwind/noreturn/ [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/unwind/noreturn/ [...] copy packages/Python/lldbsuite/test/functionalities/{postmortem/elf-core/linux-x86 [...] create mode 100755 packages/Python/lldbsuite/test/functionalities/unwind/noreturn/ [...]