aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/tools
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-28[libc++][lldb-dap][test] Fix CI for bootstrapping-build (#141543)A. Jiang1-1/+1
2025-05-21[lldb-dap] assembly breakpoints (#139969)Ely Ronnen2-6/+51
2025-05-21[lldb][lldb-dap][tests] Make sure evaluate test exists with no errors. (#140788)Ebuka Ezike1-1/+4
2025-05-21[lldb-dap] fix disassembly request instruction offset handling (#140486)Ely Ronnen2-9/+14
2025-05-16[lldb-dap] Take two at refactoring the startup sequence. (#140331)John Harrison2-81/+13
2025-05-16[lldb-dap] Adding additional asserts to unit tests. (#140107)John Harrison2-309/+231
2025-05-13[lldb-dap] Improving tests logging to understand CI failures. (#139311)John Harrison1-6/+32
2025-05-09[lldb-dap] Don't emit a removed module event for unseen modules (#139324)Jonas Devlieghere1-6/+0
2025-05-07[lldb-dap] Change the launch sequence (#138219) (reland)Jonas Devlieghere2-31/+89
2025-05-07Revert "[lldb-dap] Change the launch sequence (#138219)"David Spickett2-41/+31
2025-05-06Revert "[lldb-dap] Don't make stopOnAttach the default in attach tests"Jonas Devlieghere2-2/+2
2025-05-06[lldb-dap] Don't make stopOnAttach the default in attach testsJonas Devlieghere2-2/+2
2025-05-06[lldb-dap] Change the launch sequence (#138219)Jonas Devlieghere2-31/+41
2025-05-05[lldb-dap] Give attach test binaries unique names (#138435)Jonas Devlieghere1-3/+10
2025-04-28[lldb-dap] Fix TestDap_attach.py flakiness (#137278)Wanyi1-4/+17