summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
AgeCommit message (Expand)Author
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex DIERefCallback to IterationAction (#152001)Michael Buch
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-02-22[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-02-16Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich
2023-02-16[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-02-13Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich
2023-02-13[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-04-29Fix the encoding and decoding of UniqueCStringMap<T> objects when saved to ca...Greg Clayton
2022-01-27[lldb/DWARF] Make manual dwarf index deterministicPavel Labath
2021-12-28Cache the manual DWARF index out to the LLDB cache directory when the LLDB in...Greg Clayton
2021-08-10[nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .d...Jan Kratochvil
2020-04-15[nfc] [lldb] Introduce DWARF callbacks (fixed-up)Jan Kratochvil
2020-04-15Revert "[nfc] [lldb] Introduce DWARF callbacks"Jan Kratochvil
2020-04-15[nfc] [lldb] Introduce DWARF callbacksJan Kratochvil
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-06-21DWARF: Add "dwo_num" field to the DIERef classPavel Labath
2019-06-20DWARF: Provide accessors to DIERef fieldsPavel Labath
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-01-21Clean up #include "DWARFCompileUnit.h"Jan Kratochvil
2017-05-02Change UniqueCStringMap to use ConstString as the keyPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-07Fix a few warnings caught by clang.Zachary Turner
2016-10-06Convert UniqueCStringMap to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-05Revert r256769Ewan Crawford
2016-01-04Use correct format identifiers to print something meaningful.Davide Italiano
2015-10-23Re-commit "Make dwarf parsing multi-threaded"Tamas Berghammer
2015-10-20Revert "Make dwarf parsing multi-threaded"Tamas Berghammer
2015-10-20Make dwarf parsing multi-threadedTamas Berghammer
2015-09-09Add basic fission support to SymbolFileDWARFTamas Berghammer
2015-05-13Fixed a ton of gcc compile warningsVince Harron
2015-04-08Fix -Wformat-pedantic warningsDavid Blaikie
2013-10-24Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2011-09-12Huge memory and performance improvements in the DWARF parser.Greg Clayton
2011-09-02Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton
2011-09-01Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton
2011-08-26Added code to test hash bucket sizes for an DWARF index that we can writeGreg Clayton
2011-06-10Header file cleanup and moved an inline to the implementation file.Greg Clayton
2010-09-15So we can't use .debug_pubtypes as it, as designed, does not tell us about Greg Clayton