summaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/support
AgeCommit message (Expand)Author
2025-10-13[lldb][test] Replace seven.join_for_shell with shlex.join (#163191)David Spickett
2025-07-31[lldb] Don't use NamedTemporaryFile to test compiler support (#151387)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-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-04-21[LLDB] Update inspect getargspec to getfullargspecMuhammad Omair Javaid
2021-10-29[lldb/test] Replace shlex.join with shlex.quotePavel Labath
2020-01-02[lldb/Python] Remove unused imports (NFC)Jonas Devlieghere
2020-01-02[lldb/Python] Remove unused support file (NFC)Jonas Devlieghere
2019-10-29[lldbsuite] Remove unused support filesJonas Devlieghere
2019-03-07[testsuite] Drop characters that can't be decoded, restoring parity with Py2.Davide Italiano
2019-02-15Fix lldb-server test suite for python3Pavel Labath
2019-01-28[testsuite] Remove trailing characters from command output.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-01Ignore unicode decode errors in test suite's encoded_file classPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-26Add "-gmodules" support to the test suite.Todd Fiala
2016-04-19test infra cleanup: convert test_runner lib into packageTodd Fiala
2016-02-04Move some of the common decorators to decorators.py.Zachary Turner
2016-02-01Always write the session file in UTF-8.Zachary Turner
2015-11-24swig_bot remote path connection / preliminary implementation.Zachary Turner
2015-11-21Create `lldbsuite.support.fs` and move `find_executable` there.Zachary Turner
2015-11-04Python 3 - Use universal_newlines when calling subprocess.check_outputZachary Turner
2015-11-03Introduce seven.cmp_ and use it instead of cmpZachary Turner
2015-11-02Create lldbsuite.support package with `seven` file.Zachary Turner