This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b7fbd975b Silence compiler warning. new 892a1ff94 Use the UUID from the minidump's CodeView Record for placehol [...]
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/Module.h | 6 ++- include/lldb/Core/ModuleSpec.h | 4 +- .../postmortem/minidump-new/TestMiniDumpNew.py | 44 +++++++++++++++++++++- .../postmortem/minidump/TestMiniDump.py | 33 ++++++++++++---- source/Commands/CommandObjectTarget.cpp | 4 ++ source/Core/Module.cpp | 17 +++++++-- source/Plugins/Process/minidump/MinidumpParser.cpp | 34 +++++++++++++++++ source/Plugins/Process/minidump/MinidumpParser.h | 3 ++ source/Plugins/Process/minidump/MinidumpTypes.h | 15 ++++++++ .../Plugins/Process/minidump/ProcessMinidump.cpp | 12 ++++-- 10 files changed, 152 insertions(+), 20 deletions(-)