aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht5-7/+19
2024-03-07[lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford1-0/+27
2024-02-29Increase timeout to reduce test failure rate. (#83312)Shubham Sandeep Rastogi1-0/+3
2024-02-26[lldb][test][Windows] Don't assert that module cache is emptyDavid Spickett1-1/+3
2024-02-22Re-land [lldb-dap] Add support for data breakpoint. (#81909)Zequan Wu1-0/+47
2024-02-22[lldb][docs] Remove/update docs pointing to unittest2 (#82672)Jordan Rupprecht1-14/+0
2024-02-20[lldb-dap] Do not write over the existing error if launchCommands fail during...John Harrison1-0/+2
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere2-16/+21
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere2-21/+16
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere2-16/+21
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere1-3/+3
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere1-6/+6
2024-02-16[lldb] Don't overwrite the dynamic loader library path for "driver tests"Jonas Devlieghere1-15/+0
2024-02-16[lldb] Fix and rename skipIfHostIncompatibleWithRemoteJonas Devlieghere1-7/+3
2024-02-14Revert "[lldb-dap] Add support for data breakpoint. (#81541)" (#81812)Prabhuk1-47/+0
2024-02-14[lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht1-33/+6
2024-02-14[lldb] Fix the flakey Concurrent tests on macOS (#81710)Jason Molenda1-3/+31
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht5-55/+43
2024-02-13[lldb-dap] Add support for data breakpoint. (#81541)Zequan Wu1-0/+47
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda1-0/+2
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda1-1/+6
2024-01-31Revert "[lldb] Add support for large watchpoints in lldb (#79962)"Jason Molenda1-6/+1
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda1-1/+6
2024-01-26[lldb] Remove obsolete signBinary helper (#79656)Jonas Devlieghere3-16/+0
2024-01-19[lldb][test] Apply @expectedFailureAll/@skipIf early for debug_info tests (#7...Jordan Rupprecht2-3/+72
2023-12-14[lldb-dap] Implement command directives (#74808)Walter Erquinigo1-0/+7
2023-12-01[lldb] Make use of LD_LIBRARY_PATH on OpenBSD (#74017)Brad Smith1-1/+1
2023-12-01[lldb/test] Add OpenBSD to _get_platform_os (#74036)Brad Smith1-0/+2
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht1-4/+0
2023-11-20Fix command escape bug in lldb-dap (#72902)jeffreytan812-3/+3
2023-11-17[lldb][test] Add the ability to extract the variable value out of the summary...santhoshe4471-0/+3
2023-11-15[lldb][test] Remove `self` references from decorators (#72416)Jordan Rupprecht3-129/+207
2023-11-14[lldb-dap] Add an option to provide a format for threads (#72196)Walter Erquinigo2-0/+7
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo2-0/+8
2023-11-12[lldb][test] Implement getting thread ID on OpenBSD (#71129)Brad Smith1-0/+4
2023-11-10[lldb][AArch64][Linux] Add field information for the mte_ctrl register (#71808)David Spickett1-0/+11
2023-11-03[lldb] Use get-task-allow entitlement on macOS too (#71112)Daniel Thornburgh2-7/+16
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-25[lldb-vscode] Allow specifying a custom escape prefix for LLDB commands (#69238)Walter Erquinigo2-1/+12
2023-10-20[lldb] Remove more references to lldb-vscode (#69696)David Spickett1-5/+5
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere5-70/+70
2023-10-06[lldb[test] TestCppUnionStaticMembers.py: XFAIL assertions on windows (#68408)Michael Buch1-0/+4
2023-10-03[lldb] Expose Platform::Attach through the SB API (#68050)Jonas Devlieghere1-0/+6
2023-09-14[lldb] Add config and decorator for wide character support in Editline (#66447)Jonas Devlieghere1-0/+4
2023-09-13[lldb] Fix PExpectTest when using utf-8 as the encodingJonas Devlieghere1-1/+6
2023-09-13[lldb] Support Unicode in the prompt (#66312)Jonas Devlieghere1-0/+2
2023-09-12[lldb] Format more Python files with black (#65979)David Spickett2-4/+7
2023-09-12Reland "[lldb] Improve completion tests (#65973)"David Spickett1-19/+17