[Lldb-commits] [PATCH] D21751: Implement GetMemoryRegions() for Linux and Mac OSX core files.

Howard Hellyer via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 6 03:16:31 PDT 2016


hhellyer updated this revision to Diff 62839.
hhellyer added a comment.

Updated patch to export IsMapped in the C++ and Python APIs.
Updated the test case to verify all the regions returned in the list are mapped.


http://reviews.llvm.org/D21751

Files:
  include/lldb/API/SBMemoryRegionInfo.h
  include/lldb/Core/RangeMap.h
  include/lldb/Target/MemoryRegionInfo.h
  include/lldb/Target/Process.h
  packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py
  scripts/interface/SBMemoryRegionInfo.i
  source/API/SBMemoryRegionInfo.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/elf-core/ProcessElfCore.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  source/Plugins/Process/mach-core/ProcessMachCore.cpp
  source/Target/Process.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21751.62839.patch
Type: text/x-patch
Size: 19407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160706/32b09b02/attachment-0001.bin>


More information about the lldb-commits mailing list