summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+11
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-1/+2
* [DWARFContext] Strip leading dot in section namesJonas Devlieghere2019-07-131-0/+2
* Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere2019-07-111-0/+34
* DWARF: Add support for type units+split dwarf comboPavel Labath2019-06-251-2/+2
* DWARF: port debug_ranges/rnglists over to DWARFContextPavel Labath2019-06-141-0/+10
* DWARFContext: Make loading of sections thread-safePavel Labath2019-05-241-31/+25
* DWARF: Introduce DWARFTypeUnit classPavel Labath2019-05-221-0/+5
* DWARF: Port debug_addr over to DWARFContextPavel Labath2019-05-211-0/+5
* DWARF: Port most of other sections over to DWARFContextPavel Labath2019-05-201-0/+39
* Make DWARFContext dwo-aware and port debug_info sections overPavel Labath2019-05-171-7/+12
* DWARFContext: Return empty data extractors instead of null pointersPavel Labath2019-05-161-16/+17
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-65/+0
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-0/+65
* Introduce DWARFContext.Zachary Turner2019-03-201-0/+43
OpenPOWER on IntegriCloud