llvm-project/lldb/source/Plugins/Process/elf-core
Howard Hellyer ad00756301 Implement GetMemoryRegions() for Linux and Mac OSX core files.
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 &region_info).

Reviewers: clayborg

Subscribers: labath, lldb-commits

Differential Revision: http://reviews.llvm.org/D21751

llvm-svn: 274741
2016-07-07 08:21:28 +00:00
..
CMakeLists.txt Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00
ProcessElfCore.cpp Implement GetMemoryRegions() for Linux and Mac OSX core files. 2016-07-07 08:21:28 +00:00
ProcessElfCore.h Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core file process plug-ins should be able to override the Process::GetMemoryRegionInfo(...) function. 2016-06-09 16:34:06 +00:00
RegisterContextPOSIXCore_arm.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_arm.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
RegisterContextPOSIXCore_arm64.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_arm64.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
RegisterContextPOSIXCore_mips64.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_mips64.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
RegisterContextPOSIXCore_powerpc.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_powerpc.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
RegisterContextPOSIXCore_s390x.cpp Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00
RegisterContextPOSIXCore_s390x.h Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00
RegisterContextPOSIXCore_x86_64.cpp Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXCore_x86_64.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
ThreadElfCore.cpp Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00
ThreadElfCore.h Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00