aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)AuthorFilesLines
2024-06-22[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch3-78/+6
2024-06-21Reland "[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts"Michael Buch1-1/+1
2024-06-21[lldb] Unify Platform::ResolveExecutable (#96256)Jonas Devlieghere4-148/+0
2024-06-21[lldb] More descriptive name for register flags logging functionsDavid Spickett1-1/+1
2024-06-20[lldb] Make LanguageRuntime::GetTypeBitSize return an optional (NFC) (#96013)Jonas Devlieghere3-18/+19
2024-06-20Factor out expression result error strings.Adrian Prantl1-1/+2
2024-06-20Refactor GetObjectDescription() to return llvm::Expected (NFC)Adrian Prantl6-49/+57
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-1/+3
2024-06-20Revert "[lldb][ObjC] Don't query objective-c runtime for decls in C++ context...Michael Buch1-1/+1
2024-06-20[lldb/DWARF] Fix type definition search with simple template names (#95905)Pavel Labath4-45/+47
2024-06-19[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts (#95963)Michael Buch1-1/+1
2024-06-19lldb: Fixes for AMDGPU builtin added in ad599211a79dd7817f110241372075d82c0ae52aDavid Blaikie1-0/+5
2024-06-18[lldb] Remove LLVM_PRETTY_FUNCTION from LLDB_SCOPED_TIMERFJonas Devlieghere2-6/+4
2024-06-14[lldb][TypeSystemClang][NFCI] Factor completion logic for individual types ou...Michael Buch1-77/+133
2024-06-13[LLDB][Windows] Fix watchpoints for Windows (#95446)Aleksandr Korepanov1-3/+2
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-1/+1
2024-06-13[lldb] Move DWARFDeclContext functions from DWARFDebugInfoEntry to DW… (#95...Pavel Labath10-114/+90
2024-06-12[lldb][Progress] Report progress when parsing forward declarations from DWARF...Michael Buch1-0/+6
2024-06-12[lldb][DWARFASTParser][NFC] Factor out CXX/ObjC method specifics out of Parse...Michael Buch2-211/+277
2024-06-11Fix type lookup bug where wrong decl context was being used for a DIE. (#94846)Greg Clayton1-0/+12
2024-06-11[lldb/DWARF] Remove some dead code (#95127)Pavel Labath4-108/+0
2024-06-11[lldb] Skip declaration DIEs in the debug_names index (#94744)Pavel Labath1-0/+5
2024-06-10[lldb] NFC add comments and test case for ObjectFileMachO delay-init (#95067)Jason Molenda1-0/+8
2024-06-10[lldb] Tighten ABI assert in `StopInfoMachException::DeterminePtrauthFailure`...Med Ismail Bennani1-2/+3
2024-06-10[lldb] Remove redundant condition in watch mask check (NFC) (#94842)Shivam Gupta1-1/+1
2024-06-10[lldb] Fix redundant condition in compression type check (NFC) (#94841)Shivam Gupta1-3/+2
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath11-445/+393
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere2-15/+21
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov5-2/+151
2024-06-04[lldb][DebugNames] Only skip processing of DW_AT_declarations for class/union...Michael Buch1-1/+2
2024-06-03[clang][Modules] Move `ASTSourceDescriptor` into its own file (#67930)David Stone3-2/+15
2024-06-01Use StringRef::starts_with (NFC) (#94112)Kazu Hirata1-1/+1
2024-05-30[lldb][DWARF] Fix adding children to clang type that hasn't started definitio...Zequan Wu2-2/+14
2024-05-30[lldb/DWARF] Follow DW_AT_signature when computing type contexts (#93675)Pavel Labath1-0/+12
2024-05-30[lldb] Remove DWARFDebugInfo DIERef footguns (#92894)Pavel Labath4-14/+9
2024-05-29[lldb/DWARF] Refactor DWARFDIE::Get{Decl,TypeLookup}Context (#93291)Pavel Labath1-93/+104
2024-05-29[lldb/DWARF] Bypass the compres^Wconstruction of DIERefs in debug_names (#93296)Pavel Labath5-47/+37
2024-05-28[lldb] Add missing semicolon (NFC)Jonas Devlieghere1-1/+1
2024-05-28[lldb] Remove lldbassert in AppleObjCTypeEncodingParser (#93332)Jonas Devlieghere1-5/+10
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu11-392/+431
2024-05-28[lldb][NativePDB] Fix uninitialized values found by msan.Zequan Wu1-0/+3
2024-05-27[lldb] Fixed PlatformPOSIX::DoLoadImage() in case of the Windows host (#93345)Dmitry Vasilyev1-2/+2
2024-05-25lldb unused var fix for NetBSD < 10. (#93377)David CARLIER1-2/+2
2024-05-24Read and store gnu build id from loaded core file (#92492)GeorgeHuyubo2-0/+81
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl4-24/+13
2024-05-23[lldb/DWARF] Make sure bad abbreviation codes do not crash lldb (#93006)Pavel Labath3-25/+23
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani11-265/+181
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani11-181/+265
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh3-58/+16
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei3-16/+58