aboutsummaryrefslogtreecommitdiff
path: root/lldb/third_party
AgeCommit message (Expand)AuthorFilesLines
2024-02-26[lldb][test] Remove vendored packages `unittest2` and `progress` (#82670)Jordan Rupprecht30-8975/+0
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford3-6/+0
2023-01-24[lldb] Remove legacy six module for py2->py3Jordan Rupprecht2-905/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee7-38/+27
2021-11-12[lldb][NFC] Inclusive language: replace master/slave names for ptysQuinn Pham1-1/+1
2021-08-02[LLDB] Change pexpect timeout to 30 to 60Muhammad Omair Javaid1-1/+1
2021-07-28Revert "[lldb] Temporarily bump the max length of the pexpect error message t...Raphael Isemann1-2/+2
2021-07-28[lldb] Temporarily bump the max length of the pexpect error message to diagno...Raphael Isemann1-2/+2
2020-08-05Revert "[lldb] temporary commit to see why a test is failing only on lldb-aar...Luboš Luňák1-2/+2
2020-08-05[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntuLuboš Luňák1-2/+2
2020-07-16Harmonize Python shebangserge-sans-paille1-1/+1
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2019-10-10Increase timeout in pexpect to lower chances of tests failing under ASAN.Adrian Prantl1-1/+1
2019-09-20dotest.py: bugfix: test filters with -f do not work on Python3Jonas Devlieghere1-1/+1
2019-08-13Initial support for native debugging of x86/x64 Windows processesAaron Smith1-1/+1
2019-03-12[lldb/thirdparty] Remove unneeded files, asked by Jonas.Davide Italiano123-14110/+0
2019-03-12[third-party] Update pexpect to 4.6.Davide Italiano190-8661/+17969
2018-12-20[dotest] Consider unexpected passes as failures.Jonas Devlieghere1-1/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone56-2292/+3594
2015-12-09Put progress.py back, apparently this can't be deleted.Zachary Turner1-0/+154
2015-12-09Remove the -P option from dotest.pyZachary Turner1-154/+0
2015-11-06Python 3 - Fix some issues with class / instance variables in unittest2.Zachary Turner3-37/+16
2015-11-05Python 3 - Fix usage of `unicode` in unittest2.Zachary Turner1-1/+4
2015-11-05Python 3 - Apply 2to3 `filter` fixer to unittest2.Zachary Turner1-1/+1
2015-11-03Python 3 - Fix checking of string types in unittest2 module.Zachary Turner5-11/+17
2015-11-03Python 3 - Fix some issues in unittest2.Zachary Turner4-12/+22
2015-11-03Python 3: Modernize exception raising syntax.Zachary Turner1-2/+2
2015-11-03Python 3 - modernize exception catching syntax.Zachary Turner9-39/+39
2015-10-27Preparation for turning lldbsuite into a Python package.Zachary Turner1-0/+154
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner1-1/+1
2015-10-22Move third party libraries to lldb/third_partyZachary Turner68-0/+17936
2015-10-20Add `six` Python module to lldb/third_party.Zachary Turner2-0/+886