This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e42eed42f [lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows new a5f1afeff Replace MemoryRegionInfoSP with values and cleanup related code new 0cdb80e5d Overload GetMemoryRegions for the ProcessMinidump
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/API/SBMemoryRegionInfo.h | 1 + include/lldb/API/SBMemoryRegionInfoList.h | 6 +++ include/lldb/Target/MemoryRegionInfo.h | 6 +++ include/lldb/Target/Process.h | 2 +- include/lldb/lldb-forward.h | 4 +- .../postmortem/minidump-new/TestMiniDumpNew.py | 62 ++++++++++++++++++++++ scripts/interface/SBMemoryRegionInfo.i | 3 ++ source/API/SBMemoryRegionInfoList.cpp | 32 ++++++++--- source/API/SBProcess.cpp | 46 ++++++---------- source/Plugins/Process/minidump/MinidumpParser.cpp | 9 +++- source/Plugins/Process/minidump/MinidumpParser.h | 5 +- source/Plugins/Process/minidump/MinidumpTypes.cpp | 2 + .../Plugins/Process/minidump/ProcessMinidump.cpp | 6 +++ source/Plugins/Process/minidump/ProcessMinidump.h | 3 ++ source/Target/Process.cpp | 12 ++--- 15 files changed, 148 insertions(+), 51 deletions(-)