aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-10[lldb] Fix TestModuleLoadedNotifys API test to work correctly on most of Linu...Dmitry Vasilyev7-18/+84
2024-06-10[lldb] Gracefully down TestCoroutineHandle test in case the 'coroutine' featu...Dmitry Vasilyev2-3/+32
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham1-9/+50
2024-06-06[lldb] Fix TestStatisticsAPI after 9293fc798152 (#94683)Alex Langford1-3/+4
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani7-6/+9
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 Labath1-36/+0
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 Bennani2-2/+2
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 Bennani1-0/+2
2024-06-05[lldb] Update error message in TestDAP_optimized after #94420Jonas Devlieghere1-1/+1
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere1-3/+4
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov3-0/+100
2024-06-04[lldb][test] Require Python for dwp testDavid Spickett1-1/+1
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi2-28/+86
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] 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[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 Labath2-1/+25
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun2-75/+10
2024-05-31A few updates around "transcript" (#92843)royitaqi2-10/+75
2024-05-31[lldb] Improve identification of Dlang mangled names (#93881)Dave Lee3-0/+27
2024-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham1-0/+7
2024-05-31[lldb] Fix 'session save' command on WindowsVladislav Dzhidzhoev1-4/+1
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 Bucko3-0/+273
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 Buch3-265/+0
2024-05-30[lldb/DWARF] Follow DW_AT_signature when computing type contexts (#93675)Pavel Labath2-1/+17
2024-05-30[lldb] Fix module name tab completion (#93458)Pavel Labath1-0/+35
2024-05-30[lldb-dap] Don't call GetNumChildren on non-indexed synthetic variables (#93534)Pavel Labath4-0/+95
2024-05-30[lldb] Fix collisions between two breakpad testsPavel Labath1-3/+3
2024-05-29[lldb][Test] Remove some xfails for AArch64 LinuxDavid Spickett2-4/+3
2024-05-29[lldb][Test][Windows] Fix flaky address range API testsDavid Spickett1-2/+0
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko3-0/+267
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu1-0/+36
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse4-2/+5
2024-05-24[lldb] Fixed the TestDebuggerAPI test on x86_64 Windows host (#90580)Dmitry Vasilyev1-0/+5
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath29-84/+0
2024-05-23[lldb][Test] Escape | chars in enum testsDavid Spickett1-2/+4
2024-05-23[lldb] Fixed the TestExitDuringExpression test in case of a remote target (#9...Dmitry Vasilyev1-1/+1
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev1-5/+13
2024-05-23[lldb/DWARF] Make sure bad abbreviation codes do not crash lldb (#93006)Pavel Labath1-0/+47