This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ecb7335a8 Abbreviation declarations are required to have non-null tags. new 5a6b68ac0 Reinitialize UnwindTable when the SymbolFile changes new 254a4fd07 Fix "type qualifiers ignored on cast result type" warnings
The 2 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/Module.h | 7 +++--- lit/SymbolFile/Inputs/target-symbols-add-unwind.c | 1 + lit/SymbolFile/target-symbols-add-unwind.test | 26 ++++++++++++++++++++++ source/Core/Module.cpp | 10 +++++++++ source/Plugins/Process/minidump/MinidumpParser.cpp | 11 +++++---- source/Plugins/Process/minidump/MinidumpTypes.cpp | 12 +++++----- source/Symbol/UnwindTable.cpp | 2 +- 7 files changed, 52 insertions(+), 17 deletions(-) create mode 100644 lit/SymbolFile/Inputs/target-symbols-add-unwind.c create mode 100644 lit/SymbolFile/target-symbols-add-unwind.test