llvm-project/lldb/source/Plugins/DynamicLoader
Stephane Sezer 3553c0e5e7 Allow gdbremote process to read modules from memory
Summary:
The logic to read modules from memory was added to LoadModuleAtAddress
in the dynamic loader, but not in process gdb remote. This means that when
the remote uses svr4 packets to give library info, libraries only present
on the remote will not be loaded.

This patch therefore involves some code duplication from LoadModuleAtAddress
in the dynamic loader, but removing this would require some amount of code
refactoring.

Reviewers: ADodds, tberghammer, tfiala, deepak2427, ted

Subscribers: tfiala, lldb-commits, sas

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

Change by Francis Ricci <fjricci@fb.com>

llvm-svn: 265418
2016-04-05 17:25:32 +00:00
..
Darwin-Kernel LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (no executable). 2016-03-29 22:09:24 +00:00
Hexagon-DYLD Allow gdbremote process to read modules from memory 2016-04-05 17:25:32 +00:00
MacOSX-DYLD Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
POSIX-DYLD Fix a bug in linux core file handling 2016-04-05 13:07:16 +00:00
Static Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Windows-DYLD Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
CMakeLists.txt Move WindowsDYLD to the Plugins/DynamicLoader directory. 2015-07-08 18:07:13 +00:00