summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/SymbolFile.cpp
AgeCommit message (Expand)Author
2025-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi
2025-04-21Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"Shubham Sandeep Rastogi
2025-04-21[lldb] Avoid force loading symbols in statistics collection (#136236)royitaqi
2025-04-04[lldb] Add a {ObjectFile,SymbolFile}::GetObjectName method (#133370)Jonas Devlieghere
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang
2023-01-09[lldb] Fix symbol table use after freeAugusto Noronha
2022-11-16Make CompilerType safeAdrian Prantl
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-04-26Introduce new symbol on-demand for debug infoJeffrey Tan
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-12-09[lldb][NFC] clang-format some files as preparation for https://reviews.llvm.o...Lasse Folger
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl
2019-11-12Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl
2019-08-05Fix PDB tests after r367820Pavel Labath
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath
2019-07-29SymbolVendor: Make SectionAddressesChanged a passthroughPavel Labath
2019-07-26SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath
2019-07-25SymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds afte...Fangrui Song
2019-07-25SymbolVendor: Remove the type list memberPavel Labath
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath
2019-05-10FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner