summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
Commit message (Expand)AuthorAgeFilesLines
* Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.Adrian Prantl2019-10-211-1/+2
* 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
* Update Python tests for lldb-server on WindowsAaron Smith2019-08-141-0/+8
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-2/+0
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-231-1/+28
* Restore tests for lldb-server and lldb-vscode removed at rL366590Antonio Afonso2019-07-221-0/+1643
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-191-1643/+0
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-28/+1
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-181-1/+28
* [lldb-server] Support 'g' packetsPavel Labath2019-05-301-0/+5
* Fix lldb-server test suite for python3Pavel Labath2019-02-151-6/+7
* [Python] Fix gdb-remote and lldb-server utilities to work with Py3.Davide Italiano2019-01-311-3/+3
* [lldb-server] Set a more generous timeout when testing gdbremote.Davide Italiano2018-04-061-1/+1
* [LLDB][PPC64] Fix TestGdbRemoteAuxvSupportPavel Labath2018-03-261-0/+15
* [LLDB][PPC64] Fix single step and LldbGdbServer testsPavel Labath2018-03-081-3/+4
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-211-2/+2
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-3/+3
* Use ipv4 localhost address in lldb-server testsPavel Labath2017-10-231-1/+1
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-5/+10
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-1/+2
* [LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo...Nitesh Jain2016-12-091-0/+1
* [LLDB][MIPS] Fix TestLldbGdbServer.py failureNitesh Jain2016-09-091-1/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-219/+446
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-1/+14
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-1/+1
* Enable test log collection from remote debug servers (take 2)Pavel Labath2016-07-041-8/+0
* Add missing qRegisterInfo option to gdbremote testcaseFrancis Ricci2016-04-251-0/+1
* [test] Relax stderr expectations on targets with chatty outputPavel Labath2016-04-141-0/+3
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+3
* [NFC] Cleanup the code used to run shell commands from testsTamas Berghammer2016-04-051-22/+7
* Don't vary debug info for lldb-server testsPavel Labath2016-03-311-0/+2
* [test] Persist packets between expect_gdbremote_sequence invocationsPavel Labath2016-03-161-1/+5
* [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
* Bump up the packet timeout for gdbremote testsPavel Labath2016-02-051-1/+1
* Add verbose logging support to gdb-remote testsPavel Labath2016-02-041-7/+39
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-15/+16
* 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
* 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-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-1/+1
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+1288
OpenPOWER on IntegriCloud