llvm-project/lldb/source/Plugins/ObjectFile/PECOFF
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
..
CMakeLists.txt Enable saving of mini dumps with lldb process save-core. 2015-11-20 23:09:11 +00:00
ObjectFilePECOFF.cpp [lldb] Read modules from memory when a local copy is not available 2016-10-17 20:28:19 +00:00
ObjectFilePECOFF.h [lldb] Read modules from memory when a local copy is not available 2016-10-17 20:28:19 +00:00
WindowsMiniDump.cpp Add namespace qualifiers for UTF functions that just moved. 2016-09-30 16:11:42 +00:00
WindowsMiniDump.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00