aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo
AgeCommit message (Expand)Author
2019-02-01[DebugInfo] Don't use realpath when looking up debug binary locations.Jordan Rupprecht
2019-02-01[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb
2019-01-30[NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov
2019-01-24[PDB] Increase TPI hash bucket count.Zachary Turner
2019-01-22[llvm-symbolizer] Add support for --basenames/-sJames Henderson
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07[CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea
2018-12-24llvm-dwarfdump: Skip address index info (and dump only the address, if found)...David Blaikie
2018-12-22DebugInfo: Accurately propagate the section used by a relocation when accessi...David Blaikie
2018-12-22llvm-dwarfdump: Dump the section name/number for addr attributesDavid Blaikie
2018-12-22llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie
2018-12-22llvm-dwarfdump: Print the section name/number for addr_index attributesDavid Blaikie
2018-12-22DebugInfo: Refactor named section dumping into a reusable helperDavid Blaikie
2018-12-22DebugInfo: Remove extra attribute lookupDavid Blaikie
2018-12-22libDebugInfo: Refactor error handling in range list parsingDavid Blaikie
2018-12-21Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...David Blaikie
2018-12-21[Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman
2018-12-19llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie
2018-12-18[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-12-17[PDB] Add some helper functions for working with scopes.Zachary Turner
2018-12-17Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...Eric Liu
2018-12-17DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is emp...David Blaikie
2018-12-12DebugInfo/DWARF: Pretty print subroutine typesDavid Blaikie
2018-12-12DebugInfo/DWARF: Improve dumping of pointers to members ('int foo::*' rather ...David Blaikie
2018-12-12DebugInfo/DWARF: Refactor type dumping to dump types, rather than DIEs that r...David Blaikie
2018-12-12DebugInfo/DWARF: Refactor getAttributeValueAsReferencedDie to accept a DWARFF...David Blaikie
2018-12-12llvm-dwarfdump: Dump array dimensions in stringified type namesDavid Blaikie
2018-12-07[NativePDB] Reconstruct function declarations from debug info.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-12-06Support skewed stream arrays.Zachary Turner
2018-12-04[PDB] Emit S_UDT records in LLD.Zachary Turner
2018-12-04[llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.George Rimar
2018-12-03Fix issue with Tpi Stream hash map.Zachary Turner
2018-12-03Don't build the Tpi Hash map by default.Zachary Turner
2018-12-03[llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.George Rimar
2018-11-27Add missing error checking code intended for r347687Reid Kleckner
2018-11-27[PDB] Add symbol records in bulkReid Kleckner
2018-11-23Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman
2018-11-23Revert r343341Luke Cheeseman
2018-11-20[CodeView] Add support for ref-qualified member functions.Zachary Turner
2018-11-20[CodeView] Don't print PointerAttributes when dumping.Zachary Turner
2018-11-17llvm-symbolizer: Avoid calling getFromOffset when the index entry is already ...David Blaikie
2018-11-17Use llvm::copy. NFCFangrui Song
2018-11-16[DWARF] Use PRIx64 instead of 'x' to format 64-bit valuesSimon Atanasyan
2018-11-13[NativePDB] Improved support for nested type reconstruction.Zachary Turner
2018-11-12[DWARF] Do not use PRIx32 for printing uint64_t valuesSimon Atanasyan
2018-11-12NFC: DebugInfo: Reduce scope of DebugOffset to simplify codeDavid Blaikie
2018-11-11[DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song
2018-11-08[LLD] Fix Microsoft precompiled headers cross-compile on LinuxAlexandre Ganea
2018-11-07Add parentheses to silence warning.Jorge Gorbe Moya