aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
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-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta4-4/+4
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham2-3/+23
2024-06-07[lldb] Encode operands and arity in Dwarf.def and use them in LLDB. (#94679)Jonas Devlieghere1-249/+126
2024-06-07Revert "Reapply PR/87550 (#94625)"Felipe de Azevedo Piovezan2-15/+0
2024-06-07Reapply PR/87550 (#94625)Vy Nguyen2-0/+15
2024-06-07[lldb] Split ValueObject::CreateChildAtIndex into two functions (#94455)Pavel Labath7-105/+139
2024-06-06[lldb] Include memory stats in statistics summary (#94671)Alex Langford1-5/+5
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath11-445/+393
2024-06-06[lldb] Refactor ResolveLoadAddress to return an llvm::Expected (NFC) (#94558)Jonas Devlieghere1-31/+17
2024-06-06[lldb] Refactor ReadRegisterValueAsScalar to return an llvm::Error (NFC) (#94...Jonas Devlieghere1-74/+56
2024-06-06[lldb] Fix ThreadPlanStepOverRange name in log message (#94611)Marianne Mailhot-Sarrasin1-1/+1
2024-06-05[lldb] Fix inconsistencies in DWARFExpression errors (#94554)Jonas Devlieghere1-89/+80
2024-06-05[lldb] UpdateFormatsIfNeeded should respect the dynamic value type (#93262)Augusto Noronha1-1/+1
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere8-530/+344
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-04[easy] Fix spacing in help message of 'process save-core' command (#89445)Michael Christensen1-1/+1
2024-06-04[lldb] Support reading DW_OP_piece from file address (#94026)Jonas Devlieghere1-25/+22
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi4-1/+56
2024-06-03[clang][Modules] Move `ASTSourceDescriptor` into its own file (#67930)David Stone3-2/+15
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath2-16/+21
2024-06-01Use StringRef::starts_with (NFC) (#94112)Kazu Hirata2-2/+2
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun4-56/+1
2024-05-31A few updates around "transcript" (#92843)royitaqi4-1/+56
2024-05-31[lldb] Fix Dlang symbol test breakage (#94046)Dave Lee1-2/+3
2024-05-31[lldb] Improve identification of Dlang mangled names (#93881)Dave Lee1-2/+9
2024-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham1-1/+7
2024-05-31[lldb] Fix 'session save' command on WindowsVladislav Dzhidzhoev1-0/+2
2024-05-31[IRInterpreter] Return zero address for missing weak function (#93548)Nikita Popov1-1/+1
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal1-3/+0
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko9-0/+333
2024-05-30[lldb][DWARF] Fix adding children to clang type that hasn't started definitio...Zequan Wu2-2/+14
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch9-333/+0
2024-05-30[lldb/DWARF] Follow DW_AT_signature when computing type contexts (#93675)Pavel Labath1-0/+12
2024-05-30[lldb] Fix module name tab completion (#93458)Pavel Labath1-21/+36
2024-05-30[lldb] Remove DWARFDebugInfo DIERef footguns (#92894)Pavel Labath4-14/+9
2024-05-29[lldb] Remove setupterm workaround on macOS (#93714)Jonas Devlieghere1-43/+0
2024-05-29Revert "[lldb][lldb-dap] Cleanup breakpoint filters." (#93739)gulfemsavrun2-15/+0
2024-05-29[nfc][lldb] Move FastSearch from CommandObjectMemoryFind to Process (#93688)Miro Bucko2-59/+56
2024-05-29[lldb][lldb-dap] Cleanup breakpoint filters. (#87550)Vy Nguyen2-0/+15
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch1-0/+3
2024-05-29[lldb][NFC] Pass Stream& to ToXML methods in RegisterFlagsDavid Spickett1-2/+2
2024-05-29[lldb/DWARF] Refactor DWARFDIE::Get{Decl,TypeLookup}Context (#93291)Pavel Labath2-93/+111
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-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko9-0/+333