aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
AgeCommit message (Expand)AuthorFilesLines
2025-03-07[lldb] Adapt llgs tests for RISC-V (#130034)Georgiy Samoylov1-1/+5
2024-09-10[lldb-dap] Improve `stackTrace` and `exceptionInfo` DAP request handlers (#10...John Harrison1-0/+16
2024-07-26[lldb] Remove python helper getCompilerBinary() (#100660)Kendal Harland1-7/+3
2024-07-23lldb: android: fix missing Python import of urlparse in lldb test utilities (...Andrew Rogers1-0/+1
2024-07-18[lldb] add RISCV target specific info in API tests (#99039)dlav-sc1-0/+2
2024-07-10[lldb][test] Set target and host OS for API tests in case of remote testingVladislav Dzhidzhoev1-2/+19
2024-06-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere1-8/+7
2024-03-07[lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford1-0/+27
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere1-11/+14
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere1-14/+11
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere1-11/+14
2023-12-01[lldb] Make use of LD_LIBRARY_PATH on OpenBSD (#74017)Brad Smith1-1/+1
2023-12-01[lldb/test] Add OpenBSD to _get_platform_os (#74036)Brad Smith1-0/+2
2023-11-15[lldb][test] Remove `self` references from decorators (#72416)Jordan Rupprecht1-1/+145
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-2/+0
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-39/+44
2022-11-29[lldb/test] Use SBPlatform info for lldbplatformutil.getPlatform()Pavel Labath1-23/+16
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-5/+2
2022-07-07Recommit "[lldb/test] Don't use preexec_fn for launching inferiors"Pavel Labath1-13/+1
2022-07-05Revert "[lldb/test] Don't use preexec_fn for launching inferiors"Jonas Devlieghere1-1/+13
2022-07-01[lldb/test] Don't use preexec_fn for launching inferiorsPavel Labath1-13/+1
2022-03-30Recommit [lldb/test] Make category-skipping logic "platform"-independentPavel Labath1-19/+12
2022-03-15Revert "[lldb/test] Make category-skipping logic "platform"-independent"Pavel Labath1-11/+18
2022-03-15[lldb/test] Make category-skipping logic "platform"-independentPavel Labath1-18/+11
2021-01-14[lldb/test] Ensure launched processes are ready to be attachedPavel Labath1-1/+13
2020-11-05[lldb] Add Apple simulator platforms to lldbplatform.pyRaphael Isemann1-2/+1
2020-08-07[lldb] Store the Apple SDK in dotest's configuration.Jonas Devlieghere1-10/+21
2020-04-14[lldb/test] Make TestLoadUnload compatible with windowsPavel Labath1-4/+5
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha1-2/+2
2019-12-26[lldb][tests] Platform triple can be NoneTatyana Krasnukha1-1/+6
2019-11-13[LLDB] Add core definition for armv8l and armv7lMuhammad Omair Javaid1-1/+1
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-1/+1
2019-10-09TestMTCSimple.py: allow the test to run on Darwin embedded platformsFrederic Riss1-0/+4
2019-07-26[dotest] Remove dead codeJonas Devlieghere1-1/+0
2018-02-28Adapt some tests to work with PPC64le architecturePavel Labath1-0/+2
2018-02-08Deactivate TestTargetSymbolsBuildidCase if host is windowsEugene Zemtsov1-1/+1
2017-11-27dotest: Mark more android targets as chattyPavel Labath1-1/+1
2017-11-07test: Clean up finalize_build_dictionaryPavel Labath1-2/+1
2017-09-25Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda1-3/+3
2017-09-25Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman1-2/+2
2017-09-22Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda1-2/+2
2017-09-21Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda1-2/+2
2017-09-21Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda1-2/+2
2017-07-05[lldb] Add a testcase for MainThreadCheckerRuntime pluginKuba Mracek1-0/+14
2017-03-29Centralize libc++ test skipping logicPavel Labath1-6/+6
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-10/+28
2016-04-14[test] Relax stderr expectations on targets with chatty outputPavel Labath1-0/+7
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+2
2016-02-18Add target and host platform enumerations so we're not using strings.Zachary Turner1-0/+2
2016-02-04Move the rest of the tests over to using the new decorator module.Zachary Turner1-0/+33