summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
Commit message (Expand)AuthorAgeFilesLines
* 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