aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/tools
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-22[lldb-dap] Allow returning multiple breakpoints in "stopped" event (#149133)Stephen Tozer1-0/+22
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-03[lldb-dap] Prevent using an implicit `step-in`. (#143644)Ebuka Ezike1-1/+6
2025-06-23[lldb-dap][test] Refactor runInTerminal Tests. (#144954)Ebuka Ezike1-4/+8
2025-06-17Revert "[lldb-dap] Refactoring DebugCommunication to improve test consistency...John Harrison2-573/+381
2025-06-17[lldb-dap] Refactoring DebugCommunication to improve test consistency. (#143818)John Harrison2-381/+573
2025-06-16[lldb-dap] Creating protocol types for setExceptionBreakpoints. (#144153)John Harrison1-1/+5
2025-06-16[lldb-dap] Use structured types for stepInTargets request (#144072)Ebuka Ezike1-1/+1
2025-06-10[lldb-dap] Creating a 'capabilities' event helper. (#142831)John Harrison2-7/+28
2025-06-05[lldb-dap] Migrating 'threads' request to structured types. (#142510)John Harrison1-1/+3
2025-06-04Revert "[lldb-dap] Use structured types for stepInTargets request (#142439)" ...Jonas Devlieghere1-5/+2
2025-06-04[lldb-dap] Use structured types for stepInTargets request (#142439)Ebuka Ezike1-2/+5
2025-05-31[lldb-dap] Synchronously wait for breakpoints resolves in tests (#140470)Ely Ronnen2-5/+57
2025-05-30Revert "[lldb-dap] Test Gardening, improving DebugCommunication. (#141689)"David Spickett2-454/+400
2025-05-29[lldb-dap] Test Gardening, improving DebugCommunication. (#141689)John Harrison2-400/+454