summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm-symbolizer: Handle function definitions nested within other functionsDavid Blaikie2018-05-011-2/+6
* [DebugInfo] Use WithColor to print errors/warningsJonas Devlieghere2018-04-141-2/+4
* Handle abbr_offset with relocations.Rafael Espindola2018-03-211-5/+7
* DWARF: Unify form size handling codePavel Labath2018-03-141-1/+1
* Revert "Rewrite the cached map used for locating the most precise DIE among i...David Blaikie2018-02-131-360/+26
* Stop tracking .debug_line_str in DWARFUnit. NFC.Paul Robinson2018-01-291-10/+9
* [DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.Paul Robinson2018-01-251-9/+10
* Rewrite the cached map used for locating the most precise DIE amongChandler Carruth2017-12-221-26/+360
* [DWARF v5] Rework of string offsets table readerWolfgang Pieb2017-12-211-9/+110
* Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere2017-10-251-1/+1
* [llvm-dwarfdump] - Fix array out of bounds access crash.George Rimar2017-10-251-0/+11
* Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg2017-10-031-1/+1
* [dwarfdump] Add -lookup optionJonas Devlieghere2017-10-031-1/+1
* dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWPDavid Blaikie2017-09-191-4/+4
* dwarfdump: Delay parsing abbreviations until they're neededDavid Blaikie2017-09-191-4/+7
* [DebugInfo] - Fix for lld DWARF parsing of base address selection entries in ...George Rimar2017-09-041-4/+5
* DebugInfo: Test & handle (differently) non-zero DW_AT_ranges_baseDavid Blaikie2017-08-021-6/+7
* [DebugInfo] Use shrink_to_fit to simplify code. NFCI.Benjamin Kramer2017-08-011-12/+2
* [DebugInfo] Don't overwrite DWARFUnit fields if the CU DIE doesn't have them.Benjamin Kramer2017-07-311-2/+6
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-11/+19
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-18/+14
* [DWARF] NFC: Make string-offset handling more like address-table handling; Paul Robinson2017-06-271-11/+3
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-14/+18
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-231-6/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-19/+37
* libDebugInfo: Support symbolizing using DWP filesDavid Blaikie2017-05-231-6/+3
* FIX: Remove debugging assert left in previous commitDavid Blaikie2017-05-231-1/+0
* libDebugInfo: Avoid independently parsing the same .dwo file for two separate...David Blaikie2017-05-231-27/+16
* libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object filesDavid Blaikie2017-05-221-7/+7
* llvm-symbolizer: Support multiple CUs in a single DWO fileDavid Blaikie2017-05-201-6/+11
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-8/+8
* [DWARF] - Take relocations in account when extracting ranges from .debug_rangesGeorge Rimar2017-04-241-7/+9
* Code style change as suggested in https://reviews.llvm.org/D32177 (NFC)Dehao Chen2017-04-191-16/+11
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-191-17/+48
* Revert r300697 which causes buildbot failure.Dehao Chen2017-04-191-47/+17
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-191-17/+47
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-011-12/+12
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-2/+9
* Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...Greg Clayton2017-01-131-3/+1
* Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton2017-01-131-17/+13
* Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...Greg Clayton2017-01-111-4/+6
* Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton2016-12-211-31/+40
* Revert "dwarfdump: Support/process relocations on a CU's abbrev_off"David Blaikie2016-12-161-3/+0
* dwarfdump: Support/process relocations on a CU's abbrev_offDavid Blaikie2016-12-161-0/+3
* Add the ability to get attribute values as Optional<T>Greg Clayton2016-12-141-9/+9
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-131-48/+42
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-231-10/+21
* Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton2016-11-151-1/+2
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-281-1/+1
OpenPOWER on IntegriCloud