summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
AgeCommit message (Expand)Author
2025-10-31update ManualDWARFIndex::Index to use std::once (#165896)Tom Yang
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex DIERefCallback to IterationAction (#152001)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex GetTypes APIs to IterationAction (#151992)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch
2025-08-02[lldb][DWARFIndex][NFC] Change GetNamespace/GetGlobalVariables APIs to use It...Michael Buch
2025-07-31[lldb][DWARFIndex][NFC] Change GetFunctions return type to IterationAction (#...Michael Buch
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-04-23[lldb] Preparation for DWARF indexing speedup (#123732)Pavel Labath
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-03-31[lldb] Create a default rate limit constant in Progress (NFC) (#133506)Jonas Devlieghere
2024-12-16[lldb] Add ability to rate-limit progress reports (#119377)Pavel Labath
2024-12-05[lldb] (Prepare to) speed up dwarf indexing (#118657)Pavel Labath
2024-12-03[lldb] Fix the DWARF index cache when index is partial. (#118390)Greg Clayton
2024-11-07[lldb] Index static const members of classes, structs and unions as global va...Ilia Kuklin
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-06-24Add support for using foreign type units in .debug_names. (#87740)Greg Clayton
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-05-18[lldb] Refactor ObjCLanguage::MethodNameAlex Langford
2023-05-12[lldb][NFCI] Change return type of DWARFDebugInfoEntry::GetAttributesAlex Langford
2023-05-12[lldb][NFCI] Redefine dw_attr_t typedef with llvm::dwarf::AttributeAlex Langford
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-02-13Reland "[lldb][DWARFASTParserClang] Correctly resolve imported namespaces dur...Michael Buch
2023-01-27Manual DWARF index: don't skip over -gmodules debug infoAdrian Prantl
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander 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-08-25Don't index the skeleton CU when we have a fission compile unit.Greg Clayton
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-05-04[lldb] use one shared ThreadPool and task groupsLuboš Luňák
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour
2022-01-28[lldb] Convert DWARF log to the new APIPavel Labath
2021-12-28Cache the manual DWARF index out to the LLDB cache directory when the LLDB in...Greg Clayton
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton
2021-08-10[nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .d...Jan Kratochvil
2021-08-09[DWARF5] Fix offset check when using .debug_namesKim-Anh Tran
2021-03-24Add a progress class that can track long running operations in LLDB.Greg Clayton
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-09-23Add optimal thread strategyDmitry Antipov
2020-04-22[lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPoolJonas Devlieghere
2020-04-22[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIEJan Kratochvil
2020-04-16[DWARF] Rename a function and comment it for clarity.Davide Italiano
2020-04-15[nfc] [lldb] Introduce DWARF callbacks (fixed-up)Jan Kratochvil