llvm-project/lldb/source
Pavel Labath 2f1fbaebe2 gdb-remote: Add jModulesInfo packet
Summary:
This adds the jModulesInfo packet, which is the equivalent of qModulesInfo, but it enables us to
query multiple modules at once. This makes a significant speed improvement in case the
application has many (over a hundred) modules, and the communication link has a non-negligible
latency. This functionality is accessed by ProcessGdbRemote::PrefetchModuleSpecs(), which does
the caching. GetModuleSpecs() is modified to first consult the cache before asking the remote
stub. PrefetchModuleSpecs is currently only called from POSIX-DYLD dynamic loader plugin, after
it reads the list of modules from the inferior memory, but other uses are possible.

This decreases the attach time to an android application by about 40%.

Reviewers: clayborg

Subscribers: tberghammer, lldb-commits, danalbert

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

llvm-svn: 280919
2016-09-08 10:07:04 +00:00
..
API *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Breakpoint *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Commands I'm experimenting with changing how the mixed source & assembly 2016-09-08 05:12:41 +00:00
Core I'm experimenting with changing how the mixed source & assembly 2016-09-08 05:12:41 +00:00
DataFormatters *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Expression *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Host I had a problem with one SDK where dispatch_release was actually a 2016-09-08 02:29:40 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Plugins gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
Symbol Force the initialization of the m_type ivar in 2016-09-08 02:26:58 +00:00
Target I'm experimenting with changing how the mixed source & assembly 2016-09-08 05:12:41 +00:00
Utility gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00