summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* Add missing qRegisterInfo option to gdbremote testcaseFrancis Ricci2016-04-251-0/+1
* [test] Relax stderr expectations on targets with chatty outputPavel Labath2016-04-145-10/+19
* Fix test cases for big-endian systemsUlrich Weigand2016-04-141-1/+4
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+3
* Bump up timeout in TestGdbRemoteProcessInfoPavel Labath2016-04-121-1/+1
* [NFC] Cleanup the code used to run shell commands from testsTamas Berghammer2016-04-052-27/+9
* Fix TestPlatformProcessConnect after rL265357Tamas Berghammer2016-04-051-1/+5
* Don't vary debug info for lldb-server testsPavel Labath2016-03-311-0/+2
* Mark an LLGS test as flakyPavel Labath2016-03-161-0/+1
* [test] Persist packets between expect_gdbremote_sequence invocationsPavel Labath2016-03-163-30/+41
* [test] Correctly retry connections on android targetsPavel Labath2016-03-141-5/+31
* Add a log statementPavel Labath2016-03-041-0/+1
* Resumbit "Fetch remote log files from LLGS tests"Pavel Labath2016-03-041-5/+29
* Revert "Fetch remote log files from LLGS tests"Pavel Labath2016-03-031-29/+5
* Fix OSX breakage caused by r262597Pavel Labath2016-03-031-0/+1
* Fetch remote log files from LLGS testsPavel Labath2016-03-031-5/+28
* Slightly improve logging in LLGS testsPavel Labath2016-03-011-1/+1
* Make TestPlatformProcessConnect to support abstract/domain sockets.Oleksiy Vyalov2016-02-261-4/+20
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-191-1/+1
* Mark TestLldbGdbServer.test_software_breakpoint_set_and_remove_work_llgs as f...Pavel Labath2016-02-191-0/+1
* Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky o...Pavel Labath2016-02-161-0/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-102-3/+3
* Bump up the packet timeout for gdbremote testsPavel Labath2016-02-051-1/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0416-11/+37
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Add verbose logging support to gdb-remote testsPavel Labath2016-02-041-7/+39
* Always write the session file in UTF-8.Zachary Turner2016-02-011-1/+2
* Mark arm/aarch64 specific xfails with expectedFailureLinux decoratorOmair Javaid2016-01-202-3/+6
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-14/+1
* XFAIL some tests failing for Windows -> AndroidTamas Berghammer2015-12-171-0/+1
* Fix a cleanup error in TestPlatformProcessConnect.pyTamas Berghammer2015-12-091-1/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-084-15/+83
* Get rid of global variables in dotest.pyZachary Turner2015-12-081-4/+5
* [LLDB][MIPS] Fix gdbremote_testcase.pyMohit K. Bhakkad2015-12-041-3/+9
* Support unix-abstract-connect scheme as platform url in lldb testsuiteYing Chen2015-11-181-2/+6
* Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...Todd Fiala2015-11-111-0/+2
* Python 3 - Port use of string.maketrans and don't use sets.Set.Zachary Turner2015-11-061-2/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0319-19/+19
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0318-19/+19
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2824-0/+5807
OpenPOWER on IntegriCloud