forked from OSchip/llvm-project
![]() Summary: This patch fills in the implementation of GetMemoryRegions() on the Linux and Mac OS core file implementations of lldb_private::Process (ProcessElfCore::GetMemoryRegions and ProcessMachCore::GetMemoryRegions.) The GetMemoryRegions API was added under: http://reviews.llvm.org/D20565 The patch re-uses the m_core_range_infos list that was recently added to implement GetMemoryRegionInfo in both ProcessElfCore and ProcessMachCore to ensure the returned regions match the regions returned by Process::GetMemoryRegionInfo(addr_t load_addr, MemoryRegionInfo ®ion_info). Reviewers: clayborg Subscribers: labath, lldb-commits Differential Revision: http://reviews.llvm.org/D21751 llvm-svn: 274741 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ProcessElfCore.cpp | ||
ProcessElfCore.h | ||
RegisterContextPOSIXCore_arm.cpp | ||
RegisterContextPOSIXCore_arm.h | ||
RegisterContextPOSIXCore_arm64.cpp | ||
RegisterContextPOSIXCore_arm64.h | ||
RegisterContextPOSIXCore_mips64.cpp | ||
RegisterContextPOSIXCore_mips64.h | ||
RegisterContextPOSIXCore_powerpc.cpp | ||
RegisterContextPOSIXCore_powerpc.h | ||
RegisterContextPOSIXCore_s390x.cpp | ||
RegisterContextPOSIXCore_s390x.h | ||
RegisterContextPOSIXCore_x86_64.cpp | ||
RegisterContextPOSIXCore_x86_64.h | ||
ThreadElfCore.cpp | ||
ThreadElfCore.h |