This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 29b856d6f Revert r346848 "[LLDB] - Support the single file split DWARF." new c6b55e382 [LLDB] - Recommit r346848 "[LLDB] - Support the single file s [...]
The 1 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: include/lldb/lldb-enumerations.h | 4 ++ .../Inputs/single-file-split-dwarf.o.yaml | 84 ++++++++++++++++++++++ .../Breakpoint/Inputs/single-file-split-dwarf.yaml | 41 ++++++----- lit/Breakpoint/single-file-split-dwarf.test | 44 ++++++++++++ source/Core/Section.cpp | 8 +++ source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 8 +-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 ++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 10 +-- .../SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 39 +++++++--- .../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 6 ++ source/Symbol/ObjectFile.cpp | 4 ++ 11 files changed, 216 insertions(+), 36 deletions(-) create mode 100644 lit/Breakpoint/Inputs/single-file-split-dwarf.o.yaml copy packages/Python/lldbsuite/test/functionalities/show_location/a.yaml => lit/Br [...] create mode 100644 lit/Breakpoint/single-file-split-dwarf.test