summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-014-9/+9
* [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner2018-03-301-13/+9
* [MSF] Default to FPM2, and always mark FPM pages allocated.Zachary Turner2018-03-291-32/+6
* .debug_names: Correctly align the AugmentationStringSize fieldPavel Labath2018-03-291-2/+1
* .debug_names: Parse DW_IDX_die_offset as a referencePavel Labath2018-03-291-1/+1
* [DWARF][DWARF v5]: Adding support for dumping DW_RLE_offset_pair and DW_RLE_b...Wolfgang Pieb2018-03-271-19/+48
* [DebugInfoPDB] Print the method name along with the variant valueAaron Smith2018-03-261-1/+1
* [DebugInfoPDB] Add methods to get the compiland and line numbers with PDBSymb...Aaron Smith2018-03-261-1/+50
* [DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith2018-03-262-0/+14
* [DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith2018-03-262-0/+32
* Use correct format specifier.Paul Robinson2018-03-261-1/+1
* [PDB] Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-232-1/+123
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-237-47/+146
* [DWARF] Replace assert with diagnostic. PR36868.Paul Robinson2018-03-221-2/+8
* [Codeview/PDB] Rename some methods for clarity.Zachary Turner2018-03-224-12/+29
* DWARFVerifier: verify debug_names abbreviation tablePavel Labath2018-03-221-0/+86
* [DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith2018-03-226-0/+210
* [PDB] Get more DIA table enumeratorsAaron Smith2018-03-221-6/+8
* [PDB] Don't ignore bucket 0 when writing the PDB string table.Zachary Turner2018-03-212-2/+3
* [PDB] Remove unused private variable, re-applying r327900 after relanding mor...Reid Kleckner2018-03-212-7/+4
* Handle abbr_offset with relocations.Rafael Espindola2018-03-212-6/+8
* [dwarf] Unify unknown dwarf enum formatting codePavel Labath2018-03-213-67/+21
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-208-186/+32
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-208-32/+186
* [PDB] Add a method to get the full path of the source file for PDBSymbolCompi...Aaron Smith2018-03-191-15/+86
* [PDB] Add exclusive methods to derived symbol classAaron Smith2018-03-191-0/+15
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-198-186/+32
* Remove an unused private variable.Zachary Turner2018-03-192-7/+4
* Support embedding natvis files in PDBs.Zachary Turner2018-03-196-25/+182
* DWARFVerifier: Enhance validation of .debug_names hash tablesPavel Labath2018-03-161-15/+116
* [PDB] Fix a bug where we were serializing hash tables incorrectly.Zachary Turner2018-03-151-3/+5
* Refactor the PDB HashTable class.Zachary Turner2018-03-153-192/+27
* [DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith2018-03-152-1/+22
* DWARF: Unify form size handling codePavel Labath2018-03-145-104/+14
* Handle mixed-OS paths in DWARF readerEugene Zemtsov2018-03-131-2/+10
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-137-0/+169
* [DebugInfo] Replace unreachable with NoneJonas Devlieghere2018-03-121-1/+1
* [DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementationsPavel Labath2018-03-091-8/+33
* [Support] Move syntax highlighting into supportJonas Devlieghere2018-03-097-128/+23
* [DebugInfo] Move RangeListEntries instead of copying.Benjamin Kramer2018-03-081-2/+2
* Fix compilation failure with MSVC.Zachary Turner2018-03-081-1/+1
* [DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb2018-03-083-28/+87
* DWARFVerifier: Basic verification of .debug_namesPavel Labath2018-03-081-0/+87
* [DWARF] Don't attempt to parse line tables at invalid offsetsJames Henderson2018-03-081-0/+3
* Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler2018-03-084-369/+262
* Fix build broken by r326959Eugene Zemtsov2018-03-081-1/+1
* Use itaniumDemangle in llvm-symbolizerEugene Zemtsov2018-03-071-9/+4
* Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama2018-03-074-262/+369
* [DebugInfo] Support DWARF expressions in eh_frameRafael Auler2018-03-074-369/+262
* [dwarfdump] Only print CU relative offset in verbose modeJonas Devlieghere2018-03-071-8/+15
OpenPOWER on IntegriCloud