This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 70a804487 Ah, forgot qModuleInfo. Need to look that one up and finish [...] new cd74b82a9 Remove /proc/pid/maps parsing code from NativeProcessLinux new 31283113c ELF: more section creation cleanup
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lit/Modules/ELF/compressed-sections.yaml | 6 +- lit/Modules/ELF/section-addresses.yaml | 58 ++++++++ lit/Modules/ELF/section-permissions.yaml | 34 +++++ lit/Modules/ELF/section-types-edgecases.yaml | 35 +++++ lit/Modules/ELF/section-types.yaml | 4 +- lit/Modules/MachO/subsections.yaml | 10 ++ source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 151 ++++++++++++--------- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 2 + .../Plugins/Process/Linux/NativeProcessLinux.cpp | 119 +++------------- tools/lldb-test/lldb-test.cpp | 3 + 10 files changed, 248 insertions(+), 174 deletions(-) create mode 100644 lit/Modules/ELF/section-addresses.yaml create mode 100644 lit/Modules/ELF/section-permissions.yaml create mode 100644 lit/Modules/ELF/section-types-edgecases.yaml