summaryrefslogtreecommitdiff
path: root/lldb/third_party
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove legacy six module for py2->py3Jordan Rupprecht2023-01-242-905/+0
* [lldb] Remove uses of six module (NFC)Dave Lee2022-08-117-38/+27
* [lldb][NFC] Inclusive language: replace master/slave names for ptysQuinn Pham2021-11-121-1/+1
* [LLDB] Change pexpect timeout to 30 to 60Muhammad Omair Javaid2021-08-021-1/+1
* Revert "[lldb] Temporarily bump the max length of the pexpect error message t...Raphael Isemann2021-07-281-2/+2
* [lldb] Temporarily bump the max length of the pexpect error message to diagno...Raphael Isemann2021-07-281-2/+2
* Revert "[lldb] temporary commit to see why a test is failing only on lldb-aar...Luboš Luňák2020-08-051-2/+2
* [lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntuLuboš Luňák2020-08-051-2/+2
* Harmonize Python shebangserge-sans-paille2020-07-161-1/+1
* [lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2020-04-071-1/+1
* Increase timeout in pexpect to lower chances of tests failing under ASAN.Adrian Prantl2019-10-101-1/+1
* dotest.py: bugfix: test filters with -f do not work on Python3Jonas Devlieghere2019-09-201-1/+1
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-131-1/+1
* [lldb/thirdparty] Remove unneeded files, asked by Jonas.Davide Italiano2019-03-12123-14110/+0
* [third-party] Update pexpect to 4.6.Davide Italiano2019-03-12190-8661/+17969
* [dotest] Consider unexpected passes as failures.Jonas Devlieghere2018-12-201-1/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0656-2292/+3594
* Put progress.py back, apparently this can't be deleted.Zachary Turner2015-12-091-0/+154
* Remove the -P option from dotest.pyZachary Turner2015-12-091-154/+0
* Python 3 - Fix some issues with class / instance variables in unittest2.Zachary Turner2015-11-063-37/+16
* Python 3 - Fix usage of `unicode` in unittest2.Zachary Turner2015-11-051-1/+4
* Python 3 - Apply 2to3 `filter` fixer to unittest2.Zachary Turner2015-11-051-1/+1
* Python 3 - Fix checking of string types in unittest2 module.Zachary Turner2015-11-035-11/+17
* Python 3 - Fix some issues in unittest2.Zachary Turner2015-11-034-12/+22
* Python 3: Modernize exception raising syntax.Zachary Turner2015-11-031-2/+2
* Python 3 - modernize exception catching syntax.Zachary Turner2015-11-039-39/+39
* Preparation for turning lldbsuite into a Python package.Zachary Turner2015-10-271-0/+154
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Move third party libraries to lldb/third_partyZachary Turner2015-10-2268-0/+17936
* Add `six` Python module to lldb/third_party.Zachary Turner2015-10-202-0/+886