summaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/builders
AgeCommit message (Expand)Author
2025-11-04[LLDB] Run API tests with PDB too (#149305)nerix
2025-07-31[lldb] Support Darwin cross compilation for remote Linux test suite runs (#15...Jonas Devlieghere
2025-07-30Re-land "[lldb] Pick the builder for the target platform (#151262)"Jonas Devlieghere
2025-06-24Reland "[lldb] Add count for number of DWO files loaded in statistics #144424...qxy11
2025-06-24Revert "[lldb] Add count for number of DWO files loaded in statistics" (#145494)Michael Buch
2025-06-23[lldb] Add count for number of DWO files loaded in statistics (#144424)qxy11
2024-10-10[lldb][test] Use `xcrun -f strip` for API tests on Darwin (#111842)Vladislav Dzhidzhoev
2024-10-10[lldb][test] Use $(STRIP) instead of strip in API tests (Darwin-only change) ...Vladislav Dzhidzhoev
2024-10-07[lldb][test] Provide proper path to LLVM utils in API tests (#110837)Vladislav Dzhidzhoev
2024-09-25[lldb][test] Use tools from llvm instead of compiler tools (#109961)Vladislav Dzhidzhoev
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev
2024-05-01Install generated API headers into LLDB.framework (#90666)Adrian Prantl
2023-11-03[lldb] Use get-task-allow entitlement on macOS too (#71112)Daniel Thornburgh
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-10-26[test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-08-19[lldb] Support specifying a custom libcxx for the API testsJonas Devlieghere
2022-07-11[lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere
2021-11-30[lldb] Fix TypeError: argument of type 'NoneType' is not iterableJonas Devlieghere
2021-11-30[lldb] Fix indentation in builders/darwin.pyJonas Devlieghere
2021-11-30[lldb] Search PrivateFrameworks when using an internal SDKJonas Devlieghere
2021-10-29[lldb/test] Print build commands in trace modePavel Labath
2021-10-27[lldb] The os and version are not separate components in the tripleJonas Devlieghere
2021-10-22[lldb] Pass the target triple when determining the DWARF versionJonas Devlieghere
2021-10-21[lldb] Always set the minimum OS version in the Darwin builderJonas Devlieghere
2021-10-20[lldb/test] Remove quote/unquote steps from the make invocationsPavel Labath
2021-10-19[lldb] Reduce code duplication around inferior buildingPavel Labath
2021-07-30[lldb] Always codesign binaries on macOSJonas Devlieghere
2021-01-28[lldb] Use `foo is None` instead of `not foo` in darwin.pyJonas Devlieghere
2020-11-05Reland [lldb] Explicitly use the configuration architecture when building tes...Raphael Isemann
2020-10-22Revert "[lldb] Explicitly use the configuration architecture when building te...Raphael Isemann
2020-10-22[lldb] Explicitly use the configuration architecture when building test execu...Raphael Isemann
2020-10-13[lldb] Don't add no-sandbox entitlement when running tests on simulatorRaphael Isemann
2020-09-09[lldb] Pass the arch as part of the triple in the ARCH_CFLAGSJonas Devlieghere
2020-08-27[lldb] Move triple construction out of getArchCFlags in DarwinBuilder (NFC)Jonas Devlieghere
2020-08-19[lldb] Return empty string from getExtraMakeArgs when not implementedJonas Devlieghere
2020-08-19[lldb] Move Xcode SDK helper functions into lldbutilJonas Devlieghere
2020-08-19[lldb] Code sign binaries with entitlementsJonas Devlieghere
2020-08-19[lldb] Extend Darwin builder to pass the ARCH_CFLAGS spec to Make.Jonas Devlieghere
2020-08-19[lldb] Add getExtraMakeArgs to Builder (NFC)Jonas Devlieghere
2020-08-19[lldb] Fix buildDsym signature in Builder base classJonas Devlieghere
2020-08-19[lldb] Move builders under lldbsuite.test as they import lldbtest (NFC)Jonas Devlieghere