aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-3/+0
2023-07-17[lldb][AArch64] Add test predicate for systems with SME enabledDavid Spickett1-0/+3
2023-07-07Split up the runCmd trace printing to print the command before running.Jim Ingham1-2/+4
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham1-0/+11
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-474/+573
2023-05-16[LLDB] Fix TestDataFormatterSynthVal.py for AArch64/WindowsMuhammad Omair Javaid1-0/+7
2023-03-24[lldb] Remove errant call to SBReproducer.SetWorkingDirectoryJonas Devlieghere1-1/+0
2023-01-31[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang1-1/+7
2023-01-23Run cmdline address expressions through ABI's FixAddressJason Molenda1-0/+2
2022-11-30Report which modules have forcefully completed types in statistics.Greg Clayton1-1/+15
2022-11-25Revert "[LLDB] Do not dereference promise pointer in `coroutine_handle` prett...Jason Molenda1-7/+1
2022-11-20[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang1-1/+7
2022-11-07[lldb] Fix issue with re.Pattern availabilityDave Lee1-2/+5
2022-10-14[lldb] Start from end of previous substr when checking ordered substrsArthur Eubanks1-1/+1
2022-09-26[lldb][test] 1 - Don't do test-replication for gmodules debug_info variantMichael Buch1-2/+4
2022-09-14Revert "Revert "Be more careful to maintain quoting information when parsing ...Jim Ingham1-0/+7
2022-09-13Revert "Be more careful to maintain quoting information when parsing commands."Jim Ingham1-7/+0
2022-09-13Be more careful to maintain quoting information when parsing commands.Jim Ingham1-0/+7
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+3
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-3/+2
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+3
2022-08-29[lldb][test] Speed up lldb arch determination (NFC)Dave Lee1-7/+9
2022-08-25[lldb][test] Fix nullptr test expctation for 32-bit systemAdrian Vogelsgesang1-2/+6