llvm-project/lldb/source/Plugins/ObjectFile
Walter Erquinigo 344546bd6e [lldb] Read modules from memory when a local copy is not available
Summary:
When the local lldb doesn't have access to a copy of the modules in the target, e.g. winphone, with this change now we read these modules from memory.

There are mainly 2 changes:
1. create pecoff object files from memory
2. read from memory when the local file is not available

Reviewers: sas, fjricci, zturner

Subscribers: #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D24284

llvm-svn: 284422
2016-10-17 20:28:19 +00:00
..
ELF [lldb] Improve identification of Linux core dumps. Fix for bug #30485. 2016-10-13 12:11:00 +00:00
JIT *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Mach-O Fix about a dozen compile warnings 2016-09-12 05:25:33 +00:00
PECOFF [lldb] Read modules from memory when a local copy is not available 2016-10-17 20:28:19 +00:00
CMakeLists.txt Make cmake build the new ObjectFileJIT. 2014-03-24 23:11:37 +00:00