aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/Symtab.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-11-17[lldb][NFC] use llvm::erase_if to remove non matching types (#168279)Ebuka Ezike1-18/+10
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch1-1/+1
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata1-1/+1
2025-05-23[lldb] Change synthetic symbol names to have file address (#138416)Ely Ronnen1-6/+7
2025-04-20[lldb] Use llvm::unique (NFC) (#136527)Kazu Hirata1-4/+2
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-1/+1
2024-03-12[lldb] Fix build break on windows (#84863)Luke Weiler1-1/+1
2024-03-04[lldb] Use sort-ordering for indexes when sorting by size (#83889)Jonas Devlieghere1-1/+2
2024-03-01[lldb] Add support for sorting by size to `target module dump symtab` (#83527)Jonas Devlieghere1-6/+17
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-11-01[lldb][Symtab][NFCI] Replace vector::swap with shrink_to_fit (#70918)Michael Buch1-4/+1
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-08-22[lldb][NFCI] Silence warning about unhandled value eManglingSchemeSwift in sw...Alex Langford1-0/+1
2023-06-15[lldb] Symtab::SectionFileAddressesChanged should clear the file address map ...Alex Langford1-2/+1
2022-08-03[lldb] Allow SymbolTable regex search functions to match mangled nameAugusto Noronha1-6/+10
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-1/+1
2022-04-29Fix the encoding and decoding of UniqueCStringMap<T> objects when saved to ca...Greg Clayton1-0/+11
2022-02-04[lldb] Rename DemangleWithRichManglingInfo to GetRichManglingInfo (NFC)Jonas Devlieghere1-1/+1
2022-02-04[lldb] Don't construct the demangled strings while indexing the symbol tableJonas Devlieghere1-1/+3
2022-02-04[lldb] Improve RichManglingContext ergonomics (NFC)Jonas Devlieghere1-5/+2
2021-12-28Cache the manual DWARF index out to the LLDB cache directory when the LLDB in...Greg Clayton1-2/+6
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton1-1/+196
2021-12-06[lldb] Remove some trivial scoped timersDave Lee1-2/+0
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton1-2/+7
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton1-7/+2
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton1-2/+7
2021-11-11[lldb] Add support for demangling D symbolsLuís Ferreira1-3/+1
2021-11-09Support looking up absolute symbolsAdrian Prantl1-0/+1
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton1-0/+1
2021-07-27Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-6/+36
2021-07-02Revert "Create synthetic symbol names on demand to improve memory consumption...Jonas Devlieghere1-33/+5
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-29Fix buildbot compile error for https://reviews.llvm.org/D105160.Greg Clayton1-1/+1
2021-06-29Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-5/+33
2021-06-29Revert D104488 and friends since it broke the windows botStella Stamenova1-33/+5
2021-06-28Fix buildbot failure after https://reviews.llvm.org/D104488.Greg Clayton1-1/+1
2021-06-28Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-5/+33
2021-06-23[lldb] Decouple ObjCLanguage from SymtabAlex Langford1-9/+19
2021-06-21[lldb] Enable Rust v0 symbol demanglingAlexander Mols1-0/+4
2021-06-08[lldb][NFC] Refactor name to index maps in SymtabAlex Langford1-64/+67
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-18/+8
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-13[lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil1-1/+1
2019-11-28[lldb][NFC] Use llvm::StringRef instead of C-strings as multimap keyRaphael Isemann1-10/+5
2019-11-12Revert "Fix lookup of symbols at the same address with no size vs. size"Muhammad Omair Javaid1-8/+2
2019-11-07[lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann1-7/+9
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl1-13/+5
2019-07-01Fix lookup of symbols at the same address with no size vs. sizeJan Kratochvil1-2/+8
2019-06-14Remove stale comment and disabled code (NFC)Jonas Devlieghere1-19/+0