summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
AgeCommit message (Expand)Author
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2024-12-23[lldb][SymbolFileDWARF] Ignore Declaration when searching through UniqueDWARF...Michael Buch
2024-07-16Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when ...Zequan Wu
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath
2024-05-30[lldb][DWARF] Fix adding children to clang type that hasn't started definitio...Zequan Wu
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu
2024-05-13Revert "[lldb][DWARF] Delay struct/class/union definition DIE searching when ...Jim Ingham
2024-05-10[lldb][DWARF] Delay struct/class/union definition DIE searching when parsing ...Zequan Wu
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour
2021-05-04[lldb] Move and clean-up the Declaration class (NFC)Med Ismail Bennani
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-25[Dwarf] Fix switch cases that take an dw_tag_t.Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-30Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-08-27More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...Greg Clayton
2015-08-26Major DWARF cleanup.Greg Clayton
2011-10-01Fix segfault in UniqueDWARFASTTypeList::Find if we are comparingJason Molenda
2011-04-05Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice
2011-03-15Added a fix that should help incorrect type uniquing. There was an issueGreg Clayton
2011-02-02Modified the PluginManager to be ready for loading plug-ins from a systemGreg Clayton