forked from OSchip/llvm-project
2f1fbaebe2
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 |
||
---|---|---|
.. | ||
structured_data | ||
testsuite | ||
CMakeLists.txt | ||
building-with-debug-llvm.txt | ||
code-signing.txt | ||
doxygen.cfg.in | ||
doxygen.footer | ||
doxygen.header | ||
doxygen.intro | ||
lldb-for-gdb-users.txt | ||
lldb-gdb-remote.txt | ||
lldb.1 |