summaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)Author
2025-10-10[lldb][test] Don't run libc++ API tests without a locally built libc++ (#162657)Michael Buch
2025-10-03[lldb][yaml2macho-core] Set binary path for tests differentlyJason Molenda
2025-09-04[lldb] Add utility to create Mach-O corefile from YAML desc (#153911)Jason Molenda
2025-07-31[lldb] Don't use NamedTemporaryFile to test compiler support (#151387)Jonas Devlieghere
2025-07-31[lldb] Support Darwin cross compilation for remote Linux test suite runs (#15...Jonas Devlieghere
2025-07-29[lldb] Fix libcxx configuration in dotest.py (#151258)Jonas Devlieghere
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix
2025-05-23[lldb] Adding a new decorator for CMAKE_BUILD_TYPE. (#141159)John Harrison
2025-04-01[lldb] add --platform-available-ports option to the dotest.py (#112555)dlav-sc
2024-10-10[lldb] Add early CMake check for 'make' tool (#111531)Stefan Gränitz
2024-09-25[lldb][test] Use tools from llvm instead of compiler tools (#109961)Vladislav Dzhidzhoev
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev
2024-05-31[lldb][test] Add --sysroot argument to dotest.pyVladislav Dzhidzhoev
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2024-04-17[lldb][test] Improve invalid compiler error messageDavid Spickett
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2024-01-26[lldb] Remove obsolete signBinary helper (#79656)Jonas Devlieghere
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-11-29[lldb/test] Use SBPlatform info for lldbplatformutil.getPlatform()Pavel Labath
2022-10-26[test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht
2022-09-15[lldb] Improve formatting of skipped categories message (NFC)Dave Lee
2022-08-19[lldb] Support specifying a custom libcxx for the API testsJonas Devlieghere
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-07-11[lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere
2022-03-30Recommit [lldb/test] Make category-skipping logic "platform"-independentPavel Labath
2022-03-15Revert "[lldb/test] Make category-skipping logic "platform"-independent"Pavel Labath
2022-03-15[lldb/test] Make category-skipping logic "platform"-independentPavel Labath
2022-01-25[lldb/test] Use abspath when searching for lldb.exePavel Labath
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-06-28[LLDB] dotest.py set selected_platform on remote connectionMuhammad Omair Javaid
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-05-17[lldb] Let dotest check for the `cassert` header instead of `algorithm` for l...Raphael Isemann
2021-04-25[lldb] [Process/NetBSD] Report fork/vfork events to LLGSMichał Górny
2021-04-25[lldb] [Process/FreeBSD] Report fork/vfork events to LLGSMichał Górny
2021-04-24[lldb] [Process/Linux] Report fork/vfork stop reasonMichał Górny
2021-04-24[lldb] [Process] Introduce protocol extension support APIMichał Górny
2021-04-14[lldb] Simplify output for skipped categories in dotest.pyJonas Devlieghere
2021-03-10[lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint supportMichał Górny
2021-02-21Reapply "[lldb/test] Automatically find debug servers to test"Pavel Labath
2021-02-11Revert "[lldb/test] Automatically find debug servers to test"Pavel Labath
2021-02-11[lldb/test] Automatically find debug servers to testPavel Labath
2021-02-05[lldb/test] Reduce API test tools configuration boilerplatePavel Labath
2021-01-24[lldb] Add -Wl,-rpath to make tests run with fresh built libc++Fangrui Song