aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[lldb] Remove LLVM_PRETTY_FUNCTION from LLDB_SCOPED_TIMERFJonas Devlieghere1-2/+1
2024-06-17[lldb] Remove SupportFile::Update and use the original Checksum (#95623)Jonas Devlieghere1-2/+4
2024-06-07Revert "Reapply PR/87550 (#94625)"Felipe de Azevedo Piovezan1-11/+0
2024-06-07Reapply PR/87550 (#94625)Vy Nguyen1-0/+11
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere1-8/+9
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko1-0/+16
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch1-16/+0
2024-05-29Revert "[lldb][lldb-dap] Cleanup breakpoint filters." (#93739)gulfemsavrun1-11/+0
2024-05-29[lldb][lldb-dap] Cleanup breakpoint filters. (#87550)Vy Nguyen1-0/+11
2024-05-29[lldb/DWARF] Refactor DWARFDIE::Get{Decl,TypeLookup}Context (#93291)Pavel Labath1-0/+7
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko1-0/+16
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl4-35/+23
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl1-1/+1
2024-05-10[lldb] Improve type name parsing (#91586)Pavel Labath3-253/+59
2024-05-08[lldb] Display breakpoint locations using display name (#90297)Dave Lee1-2/+11
2024-04-30[PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (#...Daniil Kovalev3-1/+50
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath2-0/+15
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath2-15/+11
2024-03-27[lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda1-0/+45
2024-03-21[lldb] Add missing initialization in LineEntry ctorJonas Devlieghere1-2/+4
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere5-13/+14
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere5-17/+14
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere5-14/+17
2024-03-12[lldb] Fix build break on windows (#84863)Luke Weiler1-1/+1
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl1-1/+2
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl3-4/+9
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer3-9/+4
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl3-4/+9
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
2024-02-29[LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli1-3/+5
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi2-3/+3
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere2-3/+3
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi2-3/+3
2024-02-08[lldb] Expand background symbol download (#80890)Jonas Devlieghere1-6/+16
2024-02-08Revert "[lldb] Expand background symbol lookup" (#81182)Jonas Devlieghere1-16/+6
2024-02-08[lldb] Expand background symbol download (#80890)Jonas Devlieghere1-6/+16
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior2-40/+18
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere1-4/+7
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere3-13/+14
2024-01-16[lldb] Remove unused LineEntry ctor (NFC)Jonas Devlieghere1-13/+0
2024-01-09[lldb][Type] Add TypeQuery::SetLanguages API (#75926)Michael Buch1-0/+4
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl2-9/+6
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata4-9/+9
2023-12-14[LLDB] Add more helper functions to CompilerType class (second try). (#73472)cmtice1-0/+186
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton7-44/+172
2023-12-08[lldb] Add missing nullptr checks when colouring symbol outputDavid Spickett1-2/+6
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir01022-13/+41
2023-12-08[lldb][Symbol] Make sure we decrement PC before checking location list (#74772)Michael Buch1-1/+2
2023-11-26Revert "[LLDB] Add more helper functions to CompilerType class."Caroline Tice1-269/+16