aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-06-06[lldb] Test case for the bug in #92328Pavel Labath1-0/+44
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath12-481/+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-06[lldb] Disable TestPtyServer API test when remote testing (#94587)Dmitry Vasilyev1-0/+1
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani4-10/+9
2024-06-05[lldb] Fix inconsistencies in DWARFExpression errors (#94554)Jonas Devlieghere1-89/+80
2024-06-05[lldb/crashlog] Add `--no-parallel-image-loading` hidden flag (#94513)Med Ismail Bennani2-3/+23
2024-06-05[lldb] [NFC] Rewrite TestRedefinitionsInInlines.py as an API test (#94539)Jason Molenda3-25/+73
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani2-1/+5
2024-06-05[lldb] Update error message in TestDAP_optimized after #94420Jonas Devlieghere1-1/+1
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 Devlieghere12-584/+398
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov8-2/+251
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 Devlieghere3-29/+97
2024-06-04[lldb][test] Disable MD5 test for old versions of Visual Studio (#94325)David Spickett1-0/+5
2024-06-04[lldb][test] Require Python for dwp testDavid Spickett1-1/+1
2024-06-04[lldb] Add documentation for the max_children argument (#94192)Pavel Labath2-11/+40
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi9-33/+158
2024-06-03[lldb] Add Python requirements.txt for test suite (#94220)David Spickett1-0/+6
2024-06-03[lldb][test][NFC] TestBreakpointSetRestart.py: split up assertion to determin...Michael Buch1-1/+2
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev4-6/+15
2024-06-03[lldb] s/assertEquals/assertEqual in TestDAP_variables_childrenPavel Labath1-1/+1
2024-06-03[lldb][test] Fix D lang mangling test on Windows (#94196)David Spickett1-4/+11
2024-06-03[lldb][test] Add missing import in D lang mangling testDavid Spickett1-0/+1
2024-06-03[clang][Modules] Move `ASTSourceDescriptor` into its own file (#67930)David Stone3-2/+15
2024-06-03[lldb][test] Skip D lang mangling test on WindowsDavid Spickett1-0/+1
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath4-17/+46
2024-06-01Use StringRef::starts_with (NFC) (#94112)Kazu Hirata2-2/+2
2024-06-01[lldb] Guard some GCC-style flags from MSVCVlad Serebrennikov1-7/+9
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun9-147/+15
2024-05-31A few updates around "transcript" (#92843)royitaqi9-15/+147
2024-05-31[lldb] Fix Dlang symbol test breakage (#94046)Dave Lee2-4/+5
2024-05-31[lldb] Improve identification of Dlang mangled names (#93881)Dave Lee4-2/+36
2024-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham2-1/+14
2024-05-31[lldb][test] Add --sysroot argument to dotest.pyVladislav Dzhidzhoev2-1/+12
2024-05-31[lldb] Fix 'session save' command on WindowsVladislav Dzhidzhoev2-4/+3
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 Mondal2-4/+0
2024-05-30[lldb][test] Fix failing test TestAddressRange.py (#93871)Miro Bucko1-1/+1
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko31-0/+865
2024-05-30[lldb][DWARF] Fix adding children to clang type that hasn't started definitio...Zequan Wu2-2/+14
2024-05-30[lldb] Fixed the TestGdbRemotePlatformFile test running on a remote target (#...Dmitry Vasilyev1-9/+16
2024-05-30[lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)Dmitry Vasilyev1-1/+0
2024-05-30[lldb] Fixed the TestGdbRemoteLibrariesSvr4Support test running on a remote t...Dmitry Vasilyev1-0/+1
2024-05-30[lldb] Attempt to fix TestCompletion on macosPavel Labath1-2/+4
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch31-857/+0