aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
AgeCommit message (Expand)AuthorFilesLines
2025-09-26[lldb][test] Make Linux cpuinfo check more robust (#160675)David Spickett1-3/+7
2025-09-24[lldb][test] Unify test infrastructure for checking CPU features (#153914)Julian Lettner3-62/+103
2025-09-18[lldb][lldb-dap] Disable all lldb-dap tests on Windows on Arm (#159542)David Spickett1-0/+4
2025-09-17[lldb-dap] Add memory event (#158437)Druzhkov Sergei2-0/+13
2025-09-16[lldb-dap] Add stdio redirection (#158609)Druzhkov Sergei1-0/+3
2025-09-11[lldb-dap] Add invalidated event (#157530)Druzhkov Sergei2-2/+22
2025-09-10[lldb-dap] Add command line option `--connection-timeout` (#156803)Roy Shi1-0/+5
2025-09-05[lldb] fix Python 3.9+ specific typing annotations (#156868)Charles Zablit1-0/+4
2025-09-04[lldb] Add utility to create Mach-O corefile from YAML desc (#153911)Jason Molenda3-1/+40
2025-09-03[lldb-dap] Add `--no-lldbinit` as a CLI flag (#156131)Piyush Jaiswal2-2/+14
2025-08-26[lldb-dap] Improving lldbdap_testcase.py error diagnosability (#155352)Piyush Jaiswal1-7/+23
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch1-2/+25
2025-08-24[lldb][test][NFC] Re-arrange ifdefs in compressed_pair.hMichael Buch1-45/+51
2025-08-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen1-0/+19
2025-08-22Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #14062...Muhammad Omair Javaid1-19/+0
2025-08-21Reapply "[lldb-dap] Re-land refactor of DebugCommunication. (#147787)" (#154832)John Harrison2-383/+510
2025-08-21Revert "[lldb-dap] Re-land refactor of DebugCommunication. (#147787)"Shubham Sandeep Rastogi2-508/+381
2025-08-21[lldb-dap] Re-land refactor of DebugCommunication. (#147787)John Harrison2-381/+508
2025-08-21[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)Ely Ronnen1-0/+19
2025-08-18Decent to Descent (#154040)LauraElanorJones1-4/+3
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen2-17/+44
2025-07-31[lldb] Don't use NamedTemporaryFile to test compiler support (#151387)Jonas Devlieghere2-76/+76
2025-07-31[lldb] Support Darwin cross compilation for remote Linux test suite runs (#15...Jonas Devlieghere5-1/+31
2025-07-30[lldb][test] Fix running TestWithLimitDebugInfo.py on Windows (#150579)Igor Kudrin1-9/+8
2025-07-30Re-land "[lldb] Pick the builder for the target platform (#151262)"Jonas Devlieghere3-3/+12
2025-07-30Revert "[lldb] Pick the builder for the target platform" (#151367)Jonas Devlieghere1-2/+1
2025-07-30[lldb] Pick the builder for the target platform (#151262)Jonas Devlieghere1-1/+2
2025-07-29[lldb] Fix libcxx configuration in dotest.py (#151258)Jonas Devlieghere1-3/+5
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere1-2/+2
2025-07-28[lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033)David Spickett1-0/+3
2025-07-22[lldb-dap] Allow returning multiple breakpoints in "stopped" event (#149133)Stephen Tozer1-0/+22
2025-07-15[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto1-4/+11
2025-07-15[LLDB] Compile API tests with exceptions enabled on Windows (#148691)nerix1-4/+0
2025-07-11[lldb-dap] Updating protocol memory references to `lldb::addr_t`. (#148037)John Harrison2-4/+8
2025-07-11[lldb-dap] Add external terminal support (#146950)Druzhkov Sergei1-3/+3
2025-07-10[lldb][lldb-dap] Added support for "WriteMemory" request. (#131820)Santhosh Kumar Ellendula2-0/+32
2025-07-08[lldb-dap] Use protocol types for modules request and events. (#146966)Ebuka Ezike1-4/+10
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix2-0/+42
2025-07-03[lldb-dap] Prevent using an implicit `step-in`. (#143644)Ebuka Ezike1-1/+6
2025-07-03[lldb][test] Synchronize `__compressed_pair_padding` with libc++ (#142516)A. Jiang1-2/+24
2025-06-25[lldb] Fix FindProcessImpl() for iOS simulators (#139174)royitaqi1-0/+87
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant1-0/+10
2025-06-24Reland "[lldb] Add count for number of DWO files loaded in statistics #144424...qxy112-7/+23
2025-06-24Revert "[lldb] Add count for number of DWO files loaded in statistics" (#145494)Michael Buch2-23/+7
2025-06-23[lldb] Add count for number of DWO files loaded in statistics (#144424)qxy112-7/+23
2025-06-23[lldb] Add support for NoneType to decorator skipIfBuildType (#145342)Ivan Tadeu Ferreira Antunes Filho1-1/+2
2025-06-23[lldb-dap][test] Refactor runInTerminal Tests. (#144954)Ebuka Ezike1-4/+8
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant1-10/+0
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant1-0/+10
2025-06-17Revert "[lldb-dap] Refactoring DebugCommunication to improve test consistency...John Harrison2-573/+381