llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
Antonio Afonso 943faef1fa Add support to read aux vector values
Summary:
This is the second patch to improve module loading in a series that started here (where I explain the motivation and solution): https://reviews.llvm.org/D62499

I need to read the aux vector to know where the r_debug map with the loaded libraries are.
The AuxVector class was made generic so it could be reused between the POSIX-DYLD plugin and NativeProcess*. The class itself ended up in the ProcessUtility plugin.

Reviewers: clayborg, xiaobai, labath, JDevlieghere

Reviewed By: clayborg, labath, JDevlieghere

Subscribers: emaste, JDevlieghere, mgorny, lldb-commits

Tags: #lldb

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

llvm-svn: 363098
2019-06-11 20:16:13 +00:00
..
CMakeLists.txt Add support to read aux vector values 2019-06-11 20:16:13 +00:00
DYLDRendezvous.cpp Simplify ArchSpec::IsMIPS() 2019-05-16 08:37:32 +00:00
DYLDRendezvous.h Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
DynamicLoaderPOSIXDYLD.cpp Add support to read aux vector values 2019-06-11 20:16:13 +00:00
DynamicLoaderPOSIXDYLD.h Add support to read aux vector values 2019-06-11 20:16:13 +00:00