aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix1-0/+41
2025-05-23[lldb] Adding a new decorator for CMAKE_BUILD_TYPE. (#141159)John Harrison1-0/+1
2025-04-01[lldb] add --platform-available-ports option to the dotest.py (#112555)dlav-sc1-0/+2
2024-10-10[lldb] Add early CMake check for 'make' tool (#111531)Stefan Gränitz1-4/+0
2024-09-25[lldb][test] Use tools from llvm instead of compiler tools (#109961)Vladislav Dzhidzhoev1-0/+1
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima1-1/+1
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev1-0/+7
2024-05-31[lldb][test] Add --sysroot argument to dotest.pyVladislav Dzhidzhoev1-1/+3
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath1-6/+19
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl1-0/+3
2024-04-17[lldb][test] Improve invalid compiler error messageDavid Spickett1-1/+1
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht1-0/+13
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht1-8/+6
2024-01-26[lldb] Remove obsolete signBinary helper (#79656)Jonas Devlieghere1-2/+0
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere1-10/+10
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-3/+0
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-154/+225
2022-11-29[lldb/test] Use SBPlatform info for lldbplatformutil.getPlatform()Pavel Labath1-11/+11
2022-10-26[test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht1-6/+4
2022-09-15[lldb] Improve formatting of skipped categories message (NFC)Dave Lee1-1/+2
2022-08-19[lldb] Support specifying a custom libcxx for the API testsJonas Devlieghere1-4/+11
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-1/+0
2022-07-11[lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere1-0/+5
2022-04-13[lldb] Remove the global platform listPavel Labath1-1/+1
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere1-0/+1
2022-03-30Recommit [lldb/test] Make category-skipping logic "platform"-independentPavel Labath1-12/+13
2022-03-15Revert "[lldb/test] Make category-skipping logic "platform"-independent"Pavel Labath1-14/+12
2022-03-15[lldb/test] Make category-skipping logic "platform"-independentPavel Labath1-12/+14
2022-01-25[lldb/test] Use abspath when searching for lldb.exePavel Labath1-1/+1
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-22/+1
2021-06-28[LLDB] dotest.py set selected_platform on remote connectionMuhammad Omair Javaid1-3/+1
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo1-1/+5
2021-05-17[lldb] Let dotest check for the `cassert` header instead of `algorithm` for l...Raphael Isemann1-1/+1
2021-04-25[lldb] [Process/NetBSD] Report fork/vfork events to LLGSMichał Górny1-1/+1
2021-04-25[lldb] [Process/FreeBSD] Report fork/vfork events to LLGSMichał Górny1-1/+1
2021-04-24[lldb] [Process/Linux] Report fork/vfork stop reasonMichał Górny1-1/+1
2021-04-24[lldb] [Process] Introduce protocol extension support APIMichał Górny1-0/+10
2021-04-14[lldb] Simplify output for skipped categories in dotest.pyJonas Devlieghere1-10/+14
2021-03-10[lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint supportMichał Górny1-0/+4
2021-02-21Reapply "[lldb/test] Automatically find debug servers to test"Pavel Labath1-6/+0
2021-02-11Revert "[lldb/test] Automatically find debug servers to test"Pavel Labath1-0/+6
2021-02-11[lldb/test] Automatically find debug servers to testPavel Labath1-6/+0
2021-02-05[lldb/test] Reduce API test tools configuration boilerplatePavel Labath1-12/+5
2021-01-24[lldb] Add -Wl,-rpath to make tests run with fresh built libc++Fangrui Song1-2/+0
2020-12-27[lldb/test] Automatically skip remote lldb-server tests when applicablePavel Labath1-0/+9
2020-12-10[lldb/test] Replace ad-hoc server test choice with test categoriesPavel Labath1-7/+9
2020-12-04[lldb] Remove LLDB session dir and just store test traces in the respective t...Raphael Isemann1-18/+1
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny1-0/+8
2020-11-06[lldb] [test] Avoid double negation in llgs/debugserver logicMichał Górny1-14/+8
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny1-1/+2