aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/LanguageRuntime
AgeCommit message (Expand)AuthorFilesLines
7 days[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford1-1/+1
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-2/+2
2025-12-23[lldb][ObjC][NFC] Use llvm::StringRef::consume_front(char) where possible (#1...Michael Buch1-18/+9
2025-12-22[lldb] Use ReadCStringsFromMemory to speed-up AppleObjCClassDescriptorV2::met...Felipe de Azevedo Piovezan2-7/+28
2025-12-17[lldb][ObjC][NFCI] Replace StringLexer with llvm::StringRef (#172466)Michael Buch2-55/+79
2025-12-15[lldb][AppleObjCDeclVendor] Fix format specifiers when printing log (#172263)Michael Buch1-2/+2
2025-12-09[lldb] Don't read firstSubclass and nextSiblingClass from class_rw_t (#171213)Jonas Devlieghere2-7/+1
2025-11-12[lldb] Split up shared cache objc metadata extractor body (#167761)Alex Langford1-1/+5
2025-11-12[lldb] Adapt shared cache ObjC class metadata extraction for long term growth...Alex Langford1-108/+160
2025-11-11[lldb] Fix reading duplicate objc class metdata from shared cache (#167405)Alex Langford1-1/+2
2025-11-04[Clang][LLDB] Refactor trap reason demangling out of LLDB and into Clang (#16...Dan Liew2-25/+8
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch4-1/+209
2025-10-21[lldb] Implement Process::ReadMemoryRanges (#163651)Felipe de Azevedo Piovezan1-11/+12
2025-10-21[lldb][DeclVendor] Remove ClangDeclVendor (#164380)Michael Buch2-3/+3
2025-10-21[lldb][ObjC][NFC] Use early-return in AppleObjCDeclVendor::FindDecls (#164371)Michael Buch1-64/+56
2025-10-17[lldb][ObjC] Consult Objective-C runtime decl vendor when completing type (#1...Michael Buch2-11/+58
2025-10-15[lldb] Support shared cache relative objc method types (#163663)Jonas Devlieghere2-14/+22
2025-10-14[lldb][NFCI] Refactor AppleObjCClassDescriptorV2 method_t parsing functions (...Felipe de Azevedo Piovezan2-29/+62
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov3-3/+3
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov3-3/+3
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen3-3/+4
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight1-3/+3
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-1/+1
2025-06-24[lldb] Defend against infinite recursion in GetClassDescriptor (#145396)Jonas Devlieghere2-6/+20
2025-06-24[lldb] Fix AppleObjCDeclVendor for classes which have no methods (#145452)Dave Lee1-3/+2
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+3
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-3/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+3
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath2-4/+4
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath4-40/+35
2025-05-25[lldb] Use std::tie to implement operator< (NFC) (#141416)Kazu Hirata1-10/+2
2025-05-07[lldb] Fix dynamic type resolutions for core files (#138698)Pavel Labath1-1/+1
2025-04-24[lldb] Fix logic error in AppleObjCTypeEncodingParser (#137067)Dave Lee2-11/+21
2025-04-23[lldb] Fix typo in tagged-pointer syntax string (NFC) (#137069)Dave Lee1-1/+1
2025-04-02[lldb] Fix tagged-pointer info address parsing (#134123)Dave Lee1-1/+1
2025-03-06[lldb] Objective-C runtime: Work around a bug in the shared cache builder (#1...Adrian Prantl1-1/+8
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl1-1/+1
2025-02-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere2-0/+14
2025-02-13[lldb] Don't warn that libobjc was read from memory in corefile (#127138)Jason Molenda1-0/+3
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-2/+2
2025-02-06[lldb] Make ValueObjectDynamicValue::UpdateValue() point to a host b… (#12...Augusto Noronha10-15/+15
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath1-4/+1
2025-01-17[AST] Add OriginalDC argument to ExternalASTSource::FindExternalVisibleDeclsB...Chuanqi Xu1-2/+3
2025-01-16Revert "[C++20] [Modules] Support module level lookup (#122887)"Chuanqi Xu1-2/+1
2025-01-15[C++20] [Modules] Support module level lookup (#122887)Chuanqi Xu1-1/+2
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-10/+8
2024-12-06[lldb] Fix off by one in array index check in Objective C runtime plugin (#11...David Spickett1-1/+1
2024-11-20Rename GetLanguageInfo to GetLanguageSpecificData (#117012)Adrian Prantl2-2/+3
2024-11-20[lldb] Add an API to derive language-specific runtime information (#116904)Adrian Prantl2-0/+9
2024-11-11[lldb][ObjC] Fix method list entry offset calculation (#115571)Michael Buch1-1/+1