summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
AgeCommit message (Expand)Author
2024-01-12Allow the dumping of .dwo files contents to show up when dumping an executabl...Greg Clayton
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2022-01-05llvm-dwarfdump --summarize-types: skip compilation unitsDavid Blaikie
2021-04-27[DebugInfo][llvm-dwarfdump] Fix printing of Unit header with DW_UT_partial typeAlok Kumar Sharma
2020-08-12[llvm-dwarfdump] Avoid crashing if an abbreviation offset is invalid.Igor Kudrin
2020-06-02[DebugInfo] Report the format of compilation units [3/10]Igor Kudrin
2020-06-01[DebugInfo] Separate fields with commas in headers of compile units (2/3).Igor Kudrin
2020-05-19[DebugInfo] Dump length of CUs and TUs according to the DWARF format (3/8).Igor Kudrin
2019-08-21[DWARF] Adjust return type of DWARFUnit::getLength().Igor Kudrin
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-22[DWARFv5] Put the DWO ID in its place.Paul Robinson
2017-09-20llvm-dwarfdump: implement --recurse-depth=<N>Adrian Prantl
2017-06-06Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl
2017-02-28[DWARFv5] Emit new unit header format.Paul Robinson
2016-12-13Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton
2016-11-23[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko
2015-05-19[DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner