llvm-project/lldb/source/Plugins/DynamicLoader
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
..
Darwin-Kernel [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
Hexagon-DYLD [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
MacOSX-DYLD [Target] Remove Process::GetObjCLanguageRuntime 2019-06-10 20:53:23 +00:00
POSIX-DYLD Add support to read aux vector values 2019-06-11 20:16:13 +00:00
Static [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
Windows-DYLD Rename Target::GetSharedModule to Target::GetOrCreateModule. 2019-04-08 23:03:02 +00:00
CMakeLists.txt Enable ProcessMachCore plugin on non-apple platforms 2018-05-22 16:33:43 +00:00