aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/tools
AgeCommit message (Expand)AuthorFilesLines
4 days[lldb-dap] Add validation for RunInTerminal client capability (#180213)Ebuka Ezike2-4/+19
5 days[lldb-dap] Allow evaluate requests without a frame context (#179667)Ebuka Ezike1-5/+11
5 days[lldb-dap] Fix flaky TestDAP_stopped_events.py (#179689)Ebuka Ezike1-1/+1
6 days[lldb]Send statistics in initialized event (#178978)GeorgeHuyubo1-0/+2
7 days[lldb-dap] Fix DAP_launch_io.py Test (#179295)Ebuka Ezike1-0/+3
7 days[lldb-dap] Migrating 'stopped' event to structured types. (#176273)John Harrison2-4/+11
11 dayslldb-dap: Stop using replicated variable ids (#124232)Anthony Eid1-2/+30
13 days[lldb-dap] Adding more details to 'exceptionInfo'. (#176465)John Harrison1-22/+30
13 days[lldb-dap] Improve test performance by removing negative assertions. (#178041)John Harrison2-114/+177
2026-01-26[lldb-dap] Fix assertion on the recv thread. (#177977)Ebuka Ezike1-1/+1
2026-01-19[lldb-dap] Fix Completions Request crash (#176211)Ebuka Ezike1-1/+6
2026-01-15[lldb-dap] Move targetId and debuggerId into a session property (#175930)Ebuka Ezike1-6/+3
2026-01-13[lldb-dap] Add testcases for stdio redirection on different console types. (#...Ebuka Ezike1-3/+12
2026-01-02[lldb-dap][NFC] change the dap log file extension (#173994)Ebuka Ezike1-1/+1
2025-12-22[lldb-dap] Adjusting the initialize/launch flow to better match the spec. (#1...John Harrison2-29/+41
2025-12-22[lldb-dap][test] Add Python 3.8 compatibility for test suite (#173264)Ebuka Ezike2-1/+11
2025-12-10[lldb-dap] Fix running dap_server.py directly for debugging tests. (#167754)John Harrison1-255/+323
2025-12-10[lldb-dap] Increase DAP default timeout (#170890)Ebuka Ezike2-4/+5
2025-12-03[lldb-dap] start all sent protocol message from number one. (#170378)Ebuka Ezike1-1/+1
2025-11-28[lldb-dap] Add data breakpoints for bytes (#167237)Sergei Druzhkov2-6/+9
2025-11-26[lldb-dap] Add multi-session support with shared debugger instances (#163653)Janet Yang1-0/+6
2025-11-25[lldb-dap] Add format support for evaluate request (#169132)Sergei Druzhkov1-1/+10
2025-11-17[lldb-dap] Address a unit test race condition during initialization. (#167981)John Harrison1-0/+15
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison1-1/+2
2025-11-04[lldb-dap] Addressing orphaned processes in tests. (#166205)John Harrison2-37/+39
2025-10-31[lldb-dap] Correctly trigger 'entry' stop reasons. (#165901)John Harrison1-0/+10
2025-10-31Revert "Reland "[lldb-dap] Improving consistency of tests by removing… (#16...Aiden Grossman2-82/+128
2025-10-30[lldb][test] Fix typo in lldb-dap skip for Arm 32-bitDavid Spickett1-1/+1
2025-10-30[lldb][test] Fix typo in Arm Linux lldb-dap skipDavid Spickett1-1/+1
2025-10-30Reland "[lldb-dap] Improving consistency of tests by removing concurrency." (...David Spickett2-128/+82
2025-10-30Revert "[lldb-dap] Improving consistency of tests by removing concurrency." (...David Spickett2-80/+128
2025-10-29[lldb-dap] Improving consistency of tests by removing concurrency. (#165496)John Harrison2-128/+80
2025-10-21[lldb-dap] Correct lldb-dap `seq` handling. (#164306)John Harrison1-0/+6
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-07[lldb][test] Wait for a file before attempting to attach to lldb-server test ...David Spickett1-2/+9
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-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-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-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen2-17/+44