summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-5/+8
* [lldb/DWARF] Don't automatically search dwo unit attributesPavel Labath2020-01-101-1/+2
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-091-0/+16
* [lldb/DWARF] Add is_dwo member to DWARFUnitPavel Labath2020-01-091-6/+10
* Revert "[lldb] Don't process symlinks deep inside DWARFUnit"Jonas Devlieghere2019-12-231-1/+20
* [lldb] Remove DWARFUnit::AppendDIEsWithTagPavel Labath2019-12-231-18/+0
* [lldb/DWARF] Fix hostname-stripping logicPavel Labath2019-12-231-0/+2
* [lldb] Don't process symlinks deep inside DWARFUnitPavel Labath2019-12-231-20/+1
* [lldb/DWARF] Fix v5 location lists for dwo filesPavel Labath2019-12-121-0/+5
* [lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistxPavel Labath2019-12-111-0/+20
* [lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interactionPavel Labath2019-12-061-4/+13
* [lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo filesPavel Labath2019-12-061-3/+5
* [lldb/DWARF] Remove DWARFDebugRangesBase abstract classPavel Labath2019-12-061-1/+1
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-051-18/+80
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-12/+8
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-1/+1
* DWARF: Improve type safety or range lists parsingPavel Labath2019-07-261-1/+1
* DWARF: Add support for type units+split dwarf comboPavel Labath2019-06-251-1/+4
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-7/+6
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-25/+19
* DWARF: Share line tables of type unitsPavel Labath2019-06-121-27/+78
* Ignore DIEs in the skeleton unit in a DWO scenarioPavel Labath2019-06-051-0/+11
* DWARFDebugInfoEntry: delete unused Extract() and rename FastExtract() to Extr...Fangrui Song2019-05-301-2/+2
* DWARF: Fix address range support in mixed 4+5 scenarioPavel Labath2019-05-291-0/+29
* Cleanup fixed form sizes.Greg Clayton2019-05-241-11/+2
* DWARF: Implement DW_AT_signature lookup for type unit supportPavel Labath2019-05-241-0/+10
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+5
* DWARF: Don't compute address ranges for type unitsPavel Labath2019-05-231-95/+0
* DWARF: Introduce DWARFTypeUnit classPavel Labath2019-05-221-12/+18
* Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`Jan Kratochvil2019-05-211-30/+26
* DWARF: Introduce DWARFUnitHeader classPavel Labath2019-05-211-12/+102
* DWARF: Port most of other sections over to DWARFContextPavel Labath2019-05-201-1/+1
* Permit cross-CU referencesJan Kratochvil2019-05-151-6/+4
* Finish renaming CompileUnit -> UnitJan Kratochvil2019-05-101-3/+3
* [DWARF] Reimplement/simplify DWARFUnit::GetIDPavel Labath2019-05-061-11/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-3/+2
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-2/+3
* Delete more dead code.Zachary Turner2019-03-191-31/+0
* Remove a couple of log statements.Zachary Turner2019-03-191-18/+0
* Remove support for DWARF64.Zachary Turner2019-03-121-12/+3
* Remove DWARFDIECollection.Zachary Turner2019-03-121-7/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-111-10/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DWARF: Add some support for non-native directory separatorsPavel Labath2019-01-161-0/+74
* [DWARFUnit] Remove commented out code. NFCI.Davide Italiano2018-12-311-7/+0
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-8/+3
* [LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwoGeorge Rimar2018-11-291-4/+41
OpenPOWER on IntegriCloud