summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1319-19/+0
* [lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid2019-12-092-9/+3
* [lldb] [test] Un-XFAIL lldb-server tests fixed on NetBSDMichał Górny2019-11-261-2/+0
* [lldb] [Process/NetBSD] Improve threading supportMichał Górny2019-11-251-0/+149
* [lldb] [test] Un-XFAIL one lldb-server test on NetBSDMichał Górny2019-11-201-1/+0
* [lldb] [test] XFAIL more lldb-server tests on NetBSDMichał Górny2019-11-181-0/+11
* [lldb] [Process/NetBSD] Implement thread name gettingMichał Górny2019-11-182-2/+1
* [lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILsMichał Górny2019-11-1810-0/+19
* Found more timeouts to unify.Adrian Prantl2019-10-213-5/+7
* Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.Adrian Prantl2019-10-215-8/+10
* Fix an inverted condition in test.Adrian Prantl2019-10-171-3/+3
* Increase gdbremote_testcase timeouts when running under ASAN.Adrian Prantl2019-10-151-5/+12
* Skip Apple simulator test for all remote testing scenarios.Frederic Riss2019-10-091-3/+3
* [Testsuite] Get rid of most of the recursive shared library MakefilesFrederic Riss2019-10-083-21/+11
* Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-273-0/+3
* [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-273-3/+0
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-252-2/+2
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-0/+1
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-049-27/+9
* TestAppleSimulatorOSType: Pass the --standalone argument to simctlFrederic Riss2019-08-221-1/+1
* Update a few tests that may change the platform to save & restoreJason Molenda2019-08-211-0/+8
* Update Python tests for lldb-server on WindowsAaron Smith2019-08-1416-15/+85
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-131-5/+5
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0210-14/+0
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-231-1/+0
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-238-1/+226
* Restore tests for lldb-server and lldb-vscode removed at rL366590Antonio Afonso2019-07-2240-0/+7616
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-1940-7616/+0
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-018-226/+1
* Stabilize TestGdbRemoteLibrariesSvr4SupportPavel Labath2019-06-191-3/+6
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-188-1/+223
* [lldb-server] Support 'g' packetsPavel Labath2019-05-306-44/+218
* [lldb-server] Update tests to use std::thread/mutex for all platformsAaron Smith2019-04-121-86/+81
* Simplify TestGdbRemoteRegisterStatePavel Labath2019-04-021-9/+0
* Fix TestAppleSimulatorOSType.py with Xcode 10.2Frederic Riss2019-03-071-1/+3
* Fix lldb-server test suite for python3Pavel Labath2019-02-155-16/+20
* Revert "Fix one more string/bytes issue in lldb-server tests"Pavel Labath2019-02-131-1/+1
* Fix one more string/bytes issue in lldb-server testsPavel Labath2019-02-131-1/+1
* [Py3/TestAppleOSSimulator] Another byte<->str interoperability issue.Davide Italiano2019-02-051-1/+1
* [testsuite] Fix TestAppleSimulator so that it works with Python 3.Davide Italiano2019-01-311-2/+2
* [Python] Fix gdb-remote and lldb-server utilities to work with Py3.Davide Italiano2019-01-312-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-171-0/+1
* Make TestAppleSimulatorOSType.py more flexibleFrederic Riss2018-11-171-1/+7
* Tiny testsuite tweaks. Don't run the apple simulatorJason Molenda2018-10-161-0/+3
* Fix whitespace in the python test suite.Raphael Isemann2018-07-272-2/+2
* [debugserver] Fix the G packet handling.Frederic Riss2018-04-271-0/+9
* Mark test as @skipIfOutOfTreeDebugserverFrederic Riss2018-04-271-0/+1
* [debugserver] Fix handling of the 'g' packetFrederic Riss2018-04-271-0/+30
* [debugserver] Return 'ios' instead of 'iphoneos' for the ostype.Frederic Riss2018-04-251-8/+8
OpenPOWER on IntegriCloud