aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani2-3/+3
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani2-3/+3
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh6-438/+0
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei6-0/+438
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath7-50/+77
2024-05-21Reapply "[lldb/aarch64] Fix unwinding when signal interrupts a leaf f… (#92...Pavel Labath3-0/+46
2024-05-21[lldb-dap] Don't send expanded descriptions for "hover" expressions (#92726)Pavel Labath2-24/+7
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi1-0/+121
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi3-4/+185
2024-05-20[lldb][Windows] Fixed LibcxxChronoTimePointSecondsSummaryProvider() (#92701)Dmitry Vasilyev1-8/+49
2024-05-17[lldb-dap] Replace `assertEquals` with `assertEqual` (NFC)Jonas Devlieghere2-49/+57
2024-05-17[lldb] Fixed the test TestGdbRemoteAttachWait running on a remote target (#92...Dmitry Vasilyev1-1/+4
2024-05-17[lldb-dap] Correctly detect alias commands with arguments in repl (#92137)Pavel Labath3-0/+73
2024-05-17[lldb] Avoid modifying the source tree in TestCompletion.pyPavel Labath1-8/+10