summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py
diff options
context:
space:
mode:
authorStephane Sezer <sas@cd80.net>2016-04-05 17:25:32 +0000
committerStephane Sezer <sas@cd80.net>2016-04-05 17:25:32 +0000
commit3553c0e5e7b2a2936469c2a93c09e10af914875f (patch)
tree5226089f487241bb3a33426061b1854a4bb70d7b /lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py
parent6ecf1b6760f0650de1cca08ca5af551db085565f (diff)
downloadbcm5719-llvm-3553c0e5e7b2a2936469c2a93c09e10af914875f.tar.gz
bcm5719-llvm-3553c0e5e7b2a2936469c2a93c09e10af914875f.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud