aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
13 days[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto1-4/+11
2025-04-30[NFC][lldb][test] Fix typo in test setup commands. (#137944)Ebuka Ezike1-1/+1
2025-04-23[lldb] returning command completions up to a maximum (#135565)Ely Ronnen1-2/+2
2025-04-01[lldb] add --platform-available-ports option to the dotest.py (#112555)dlav-sc1-0/+4
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere1-0/+3
2025-03-24[lldb] Fix TestGdbRemoteForkNonStop.py test (#131293)Georgiy Samoylov1-1/+1
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee1-10/+12
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath1-0/+2
2025-03-10[lldb] Add more ARM checks in TestLldbGdbServer.py (#130277)David Spickett1-0/+7
2025-03-07[lldb] Adapt llgs tests for RISC-V (#130034)Georgiy Samoylov1-0/+4
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl1-2/+0
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-0/+2
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-2/+0
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-0/+2
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-2/+0
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-0/+2
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett1-0/+3
2025-01-14[LLDB][LoongArch] Add LSX and LASX register definitions and operationswanglei1-0/+11
2024-12-02[lldb] fix fd leak during lldb testsuite (#118093)dlav-sc1-9/+10
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-2/+0
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-0/+2
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha1-2/+0
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-0/+2
2024-09-26[lldb] Fix minor runCmd error message formatting (#110150)Dave Lee1-7/+5
2024-09-25[lldb][AArch64][Linux] Add Floating Point Mode Register (#106695)David Spickett1-0/+3
2024-09-12[lldb][test] Handle failure to get /proc/cpuinfo from a remote Linux platform...David Spickett1-1/+12
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen1-2/+1
2024-07-31[lldb][test] Fix TestMultipleDebuggers test on non-x86, other small issues (#...David Spickett1-4/+10
2024-07-26[lldb] Remove python helper getCompilerBinary() (#100660)Kendal Harland1-4/+0
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima1-3/+3
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima1-1/+1
2024-05-16[lldb] Move TestBase.runCmd() to the Base class (#92252)Dmitry Vasilyev1-65/+65
2024-04-30[lldb] Fixed SyntaxWarning invalid escape sequence '\l' in lldbtest.py (#90609)Dmitry Vasilyev1-1/+1
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl1-7/+18
2024-04-15[libc++][CI] Tests LLDB libc++ data formatters. (#88312)Mark de Wever1-0/+2
2024-02-26[lldb][test][Windows] Don't assert that module cache is emptyDavid Spickett1-1/+3
2024-02-16[lldb] Don't overwrite the dynamic loader library path for "driver tests"Jonas Devlieghere1-15/+0
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht1-19/+9
2024-01-26[lldb] Remove obsolete signBinary helper (#79656)Jonas Devlieghere1-8/+0
2024-01-19[lldb][test] Apply @expectedFailureAll/@skipIf early for debug_info tests (#7...Jordan Rupprecht1-0/+22
2023-11-15[lldb][test] Remove `self` references from decorators (#72416)Jordan Rupprecht1-94/+9
2023-11-10[lldb][AArch64][Linux] Add field information for the mte_ctrl register (#71808)David Spickett1-0/+11
2023-11-01[lldb][AArch64] Add SME2's ZT0 register (#70205)David Spickett1-0/+4
2023-10-25[lldb][AArch64] Simplify AArch64SMEFA64 checkDavid Spickett1-3/+2
2023-10-25[lldb][AArch64] Add isAArch64SMEFA64 check to SME testing (#68094)David Spickett1-0/+8
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere1-3/+3
2023-09-12[lldb] Format more Python files with black (#65979)David Spickett1-2/+3
2023-09-12Reland "[lldb] Improve completion tests (#65973)"David Spickett1-19/+17
2023-09-11Revert "[lldb] Improve completion tests (#65973)"David Spickett1-17/+19
2023-09-11[lldb] Improve completion tests (#65973)David Spickett1-19/+17