summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools
Commit message (Expand)AuthorAgeFilesLines
* Simplify TestGdbRemoteRegisterStatePavel Labath2019-04-021-9/+0
* [lldb-vscode] Add logic to handle EOF when reading from lldb-vscode stdout.Jorge Gorbe Moya2019-04-011-31/+45
* Skip TestVSCode_setFunctionBreakpoints on linuxPavel Labath2019-03-181-0/+1
* [Python] Fix another batch of python 2/python 3 portability issues.Davide Italiano2019-03-131-2/+7
* [lldb-mi] Make this test more reliable. NFC.Davide Italiano2019-03-121-0/+6
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* Fix TestAppleSimulatorOSType.py with Xcode 10.2Frederic Riss2019-03-071-1/+3
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-048-0/+17
* Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."Davide Italiano2019-02-211-0/+58
* [lldb-mi] Move TestMIPrompt away from pexpect().Davide Italiano2019-02-201-58/+0
* [lldb-mi] Remove a test that uses pexpect().Davide Italiano2019-02-201-82/+0
* Fix vscode tests for python3Pavel Labath2019-02-191-2/+2
* 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-1914-56/+42
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-033-2/+11
* refactor testsuite spawnLldbMi args->exe+argsJan Kratochvil2018-12-193-11/+14
* 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 typos.Bruce Mitchener2018-10-041-1/+1
* XFail one more VSCode test which fails under heavy loadPavel Labath2018-08-311-0/+1
* [vscode] Skip some of the vscode tests on Linux and fix oneStella Stamenova2018-08-243-0/+17
* Skip tests on Darwin for now. The build bots are not passing due to heavy loa...Greg Clayton2018-08-188-3/+24
* Skip the lldb-vscode attach with waitFor test for now, some build bots are ha...Greg Clayton2018-08-171-0/+1
* Change the attach test case to use self.assertEqual so we can get more info o...Greg Clayton2018-08-171-2/+10
* Disable two flaky pexpect-backed tests on DarwinVedant Kumar2018-08-161-0/+8
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-1623-0/+2891
* Fix whitespace in the python test suite.Raphael Isemann2018-07-273-3/+3
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-231-56/+0
* [lldb-mi] Re-implement symbol-list-lines command.Alexander Polyakov2018-07-035-124/+0
* [lldb-mi] Re-implement a few MI commands.Alexander Polyakov2018-07-021-348/+0
* [lldb-mi] Re-implement MI -exec-step command.Alexander Polyakov2018-06-101-2/+2
* Fix TestMiExec.pyPavel Labath2018-06-081-2/+2
* Fixup r331049 (FileSpec auto-normalization)Pavel Labath2018-04-301-1/+1
* [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
* [lldb-server] Set a more generous timeout when testing gdbremote.Davide Italiano2018-04-061-1/+1
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-062-0/+120
* [LLDB][PPC64] Fix TestGdbRemoteAuxvSupportPavel Labath2018-03-261-0/+15
* Fix some tests for PPC64le architecturePavel Labath2018-03-201-2/+2
* [test] Skip flaky tests in TestMiSyntax on DarwinVedant Kumar2018-03-191-0/+3
* [dotest] Clean up test folder clean-upPavel Labath2018-03-161-1/+0
* Skip more lldb-mi tests which time out on DarwinVedant Kumar2018-03-161-0/+3
OpenPOWER on IntegriCloud