aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/SymbolFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi1-2/+2
2025-04-21Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"Shubham Sandeep Rastogi1-2/+2
2025-04-21[lldb] Avoid force loading symbols in statistics collection (#136236)royitaqi1-2/+2
2025-04-04[lldb] Add a {ObjectFile,SymbolFile}::GetObjectName method (#133370)Jonas Devlieghere1-0/+6
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi1-1/+1
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere1-1/+1
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi1-1/+1
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-11/+0
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett1-1/+1
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang1-0/+1
2023-01-09[lldb] Fix symbol table use after freeAugusto Noronha1-10/+9
2022-11-16Make CompilerType safeAdrian Prantl1-2/+3
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-2/+1
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-1/+2
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford1-2/+1
2022-04-26Introduce new symbol on-demand for debug infoJeffrey Tan1-0/+19
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan1-51/+54
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata1-3/+1
2021-12-09[lldb][NFC] clang-format some files as preparation for https://reviews.llvm.o...Lasse Folger1-3/+5
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton1-0/+12
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani1-4/+4
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann1-3/+3
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl1-0/+2
2019-11-12Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl1-1/+3
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl1-30/+18
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl1-8/+4
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl1-7/+2
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl1-1/+2
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl1-2/+1
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl1-1/+2
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl1-1/+1
2019-08-05Fix PDB tests after r367820Pavel Labath1-0/+2
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath1-0/+3
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath1-9/+9
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford1-5/+7
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath1-0/+1
2019-07-29SymbolVendor: Make SectionAddressesChanged a passthroughPavel Labath1-1/+13
2019-07-26SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath1-0/+15
2019-07-25SymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds afte...Fangrui Song1-0/+1
2019-07-25SymbolVendor: Remove the type list memberPavel Labath1-6/+4
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath1-0/+48
2019-05-10FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath1-0/+2
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-3/+3
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-8/+8
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner1-3/+2
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner1-1/+1
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner1-1/+1