aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham1-10/+51
2025-12-03[lldb-dap] start all sent protocol message from number one. (#170378)Ebuka Ezike1-1/+1
2025-12-01[lldb] Add type hints for gdbclientutils.py when base class returns Literal[T...Daniel Sanders1-37/+37
2025-11-28[lldb][dotest] use unused variable (#169903)Charles Zablit1-5/+1
2025-11-28[lldb-dap] Add data breakpoints for bytes (#167237)Sergei Druzhkov2-6/+9
2025-11-26[lldb] [test-suite] fix typo in variable in darwin builder (#169254)n2h91-1/+1
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-21[NFC][LLDB] Make it possible to detect if the compiler used in tests supports...Dan Liew1-0/+10
2025-11-17[lldb-dap] Address a unit test race condition during initialization. (#167981)John Harrison1-0/+15
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl1-1/+3
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison1-1/+2
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani1-0/+25
2025-11-06[NFCI][lldb][test] Enable GNU POSIX extensions where necessary (#166768)Raul Tambre1-0/+5
2025-11-05[LLDB] Fix typoAdrian Prantl1-1/+1
2025-11-04[LLDB] Run API tests with PDB too (#149305)nerix4-1/+27
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-31[LLDB] Fix ASAN tests on newer versions of macOS (#165883)Adrian Prantl1-0/+11
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-28[lldb][test] When an external stdlib is specified do not link to the system s...Ebuka Ezike1-2/+5
2025-10-21[lldb-dap] Correct lldb-dap `seq` handling. (#164306)John Harrison1-0/+6
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