aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
AgeCommit message (Expand)AuthorFilesLines
2025-10-21[lldb] Add bidirectional packetLog to gdbclientutils.py (#162176)Daniel Sanders2-18/+66
2025-10-15[lldb-dap] Unify the timeouts for the DAP tests (#163292)Jonas Devlieghere2-77/+57
2025-10-15[lldb] Fix bot failure due to new qSupported packet reply (#163643)Felipe de Azevedo Piovezan1-0/+1
2025-10-14[lldb] Add type hints to gdbclientutils.py and use abstract base class (#162172)Daniel Sanders1-27/+43
2025-10-13[lldb][test] Replace seven.join_for_shell with shlex.join (#163191)David Spickett1-2/+2
2025-10-10[lldb][test] Don't run libc++ API tests without a locally built libc++ (#162657)Michael Buch1-0/+4
2025-10-08[lldb][test] Remove class level packetLog in MockGDBServerResponder (#162453)David Spickett1-1/+0
2025-10-07[lldb][test] Wait for a file before attempting to attach to lldb-server test ...David Spickett1-2/+9
2025-10-03[lldb][yaml2macho-core] Set binary path for tests differentlyJason Molenda1-3/+2
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner1-1/+1
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