This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 72b31d3 debugserver will now report the minimum version load command [...] new 06b707a Implement GetMemoryRegions() for Linux and Mac OSX core files.
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/API/SBMemoryRegionInfo.h | 10 +++ include/lldb/Core/RangeMap.h | 2 +- include/lldb/Target/MemoryRegionInfo.h | 19 +++++- include/lldb/Target/Process.h | 43 +++++++++++-- .../postmortem/linux-core/TestLinuxCore.py | 75 ++++++++++++++++++++-- scripts/interface/SBMemoryRegionInfo.i | 3 + source/API/SBMemoryRegionInfo.cpp | 5 ++ .../Plugins/Process/Linux/NativeProcessLinux.cpp | 18 ++---- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 11 +++- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 ++ .../Plugins/Process/mach-core/ProcessMachCore.cpp | 10 ++- source/Target/Process.cpp | 33 ++++++++++ 12 files changed, 203 insertions(+), 30 deletions(-)