summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
AgeCommit message (Expand)Author
2025-11-14Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 DWARF u...Greg Clayton
2025-10-28[DebugInfo] Support to get TU for hash from .debug_types.dwo section in DWARF...Liu Ke
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-04Revert gsymutil changes due to concurrency problems (#142829)peremyach
2025-05-29fix llvm-gsymutil verification (#141751)peremyach
2025-05-21Reduce llvm-gsymutil memory usage (#140740)peremyach
2025-05-20Revert "Reduce llvm-gsymutil memory usage" (#140696)peremyach
2025-05-16Reduce llvm-gsymutil memory usage (#139907)peremyach
2024-07-03Revert "Reduce llvm-gsymutil memory usage" (#97603)Kamau Bridgeman
2024-07-02Reduce llvm-gsymutil memory usage (#91023)Kevin Frei
2024-04-23[DebugInfo] Report errors when DWARFUnitHeader::applyIndexEntry fails (#89156)Alex Langford
2023-10-18[DebugInfo] Separate error generation from reporting in DWARFHeaderUnit::extr...Alex Langford
2023-10-10Support big endian in llvm-symbolizer's data location dwarf info parser (#67284)Chen Zheng
2023-08-30[NFC] Remove unused variables declared in conditionsTakuya Shimizu
2023-06-27[DebugInfo] Add error handling to DWARFDebugAbbrev::getAbbreviationDeclaratio...Alex Langford
2023-05-26llvm-symbolizer: access the base address from the skeleton CU, not the split ...David Blaikie
2023-03-14llvm-symbolizer: Don't crash when referencing an invalid CU in a dwp file twiceDavid Blaikie
2023-01-11[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2023-01-11Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich
2023-01-10[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso
2022-12-07Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich
2022-12-07[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-27[llvm-debuginfo-analyzer] (08/09) - ELF ReaderCarlos Alberto Enciso
2022-09-20Change isLittleEndian to follow llvm style and add an accessorShubham Sandeep Rastogi
2022-09-03Use llvm::upper_bound (NFC)Kazu Hirata
2022-07-29[Debuginfo][DWARF][NFC] Add paired methods working with DWARFDebugInfoEntry.Alexey Lapshin
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-05-24Exposes interface to free up caching data structure in DWARFDebugLine and DWA...Hyoun Kyu Cho
2022-05-23[symbolizer] Parse DW_TAG_variable DIs to show line info for globalsMitch Phillips
2022-04-27DebugInfo: Use hash-based unit lookup when available in dwp filesDavid Blaikie
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2022-02-08Fix a typo (occured => occurred)Sylvestre Ledru
2021-12-24Use Optional::getValueOr (NFC)Kazu Hirata
2021-12-14DebugInfo: Sink string form validation down from verifier to form parsingDavid Blaikie
2021-10-21[DebugInfo] Expand ability to load 2-byte addresses in dwarf sectionsJack Anderson
2021-10-02[DWARF][NFC] add ParentIdx and SiblingIdx to DWARFDebugInfoEntry for faster n...Alexey Lapshin
2021-09-10[DebugInfo][NFC] Erase capacity in DWARFUnit::clearDIEs().Alexey Lapshin
2021-08-19[DWARF] Remove parseListTableHeader (NFC)Kazu Hirata
2021-07-12DebugInfo: Use debug_rnglists.dwo for ranges in debug_info.dwo when parsing D...David Blaikie
2021-07-10Reapply "llvm-symbolizer: Fix "start file" to work with Split DWARF"David Blaikie
2021-07-10Revert "llvm-symbolizer: Fix "start file" to work with Split DWARF"Nico Weber
2021-07-09llvm-symbolizer: Fix "start file" to work with Split DWARFDavid Blaikie
2021-06-27llvm-dwarfdump: Print warnings on invalid DWARFJan Kratochvil
2021-03-15[DWARF] Check for AddrOffsetSectionBase to work with DWO Units.Alexander Yermolovich
2021-03-09Fix a crash in DWARFUnit::getInlinedChainForAddress in case of unexpected DWA...Alex Orlov