summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFCPaul Robinson2018-08-011-6/+5
* [DWARF] Refactor callback usage for .debug_line error handlingJames Henderson2018-05-211-17/+21
* Fix signed/unsigned comparison warning and print formatJames Henderson2018-05-101-1/+1
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-53/+153
* [DebugInfo] Use WithColor for more debug line warningsAndrew Ng2018-04-201-6/+8
* [DebugInfo] Use WithColor to print errors/warningsJonas Devlieghere2018-04-141-13/+14
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* Use correct format specifier.Paul Robinson2018-03-261-1/+1
* [DWARF] Replace assert with diagnostic. PR36868.Paul Robinson2018-03-221-2/+8
* DWARF: Unify form size handling codePavel Labath2018-03-141-3/+3
* Handle mixed-OS paths in DWARF readerEugene Zemtsov2018-03-131-2/+10
* [DWARF] Don't attempt to parse line tables at invalid offsetsJames Henderson2018-03-081-0/+3
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-28/+70
* [DWARFv5] Fix dumper to show the file table starts at index 0.Paul Robinson2018-02-081-1/+4
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-051-20/+36
* [DWARFv5] Re-enable dumping a line table with no CU.Paul Robinson2018-01-291-11/+16
* [DWARFv5] Number the line-table's directory array correctly.Paul Robinson2018-01-181-2/+5
* [DebugInfo] Don't crash when given invalid DWARFv5 line table prologue.Jonas Devlieghere2018-01-051-1/+1
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-13/+28
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-28/+13
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-13/+28
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-28/+13
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-13/+28
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* [DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson2017-11-221-2/+16
* [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson2017-11-221-1/+2
* [DWARF] Fix handling of extended line-number opcodesPaul Robinson2017-11-221-5/+24
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-9/+11
* [dwarfdump] Add verbose output for .debug-line sectionJonas Devlieghere2017-09-211-6/+75
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-12/+10
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-18/+22
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-231-3/+9
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Add line table verification to lldb-dwarfdump --verifyGreg Clayton2017-05-021-3/+7
* [DWARFv5] Parse new line-table header format.Paul Robinson2017-05-021-18/+147
* Make DWARFDebugLine use StringRef for directory/file tables. NFCPaul Robinson2017-05-021-16/+13
* Stylistic makeover of DWARFDebugLine before working on it. NFCPaul Robinson2017-05-011-180/+177
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-211-10/+4
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-1/+10
* This change does two things:Eric Christopher2016-12-141-0/+1
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+2
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-2/+2
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+2
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+2
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-2/+2
* Avoid dsymutil calls to getFileNameByIndex.Pete Cooper2016-07-221-6/+11
* Read discriminators correctly from object file.Dehao Chen2016-04-281-44/+33
* [DWARF] Fix a bug in line info handlingKeno Fischer2015-05-311-62/+43
* DebugInfo: .debug_line DWARF64 supportEd Maste2015-05-281-9/+18
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+698
OpenPOWER on IntegriCloud