summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'arch' key to valid qHostInfo keysFrancis Ricci2017-05-051-0/+1
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-173-0/+69
* Fix flakyness in TestGdbRemoteHostInfoPavel Labath2017-03-022-10/+0
* Add a comment to describe purpose of signal-filtering testEugene Zemtsov2017-02-281-0/+2
* Support NetBSD Thread ID in lldb-server testsKamil Rytarowski2017-02-272-0/+10
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-242-14/+61
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-244-1/+157
* Finish the reformatting of the lldb-server test executablesPavel Labath2017-02-233-366/+316
* Reformat inferior's main.cpp in lldb-server testPavel Labath2017-02-232-333/+302
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-201-3/+116
* [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPSNitesh Jain2017-01-101-1/+9
* [LLDB][MIPS] Revert TestLldbGdbServer failure for MIPSNitesh Jain2017-01-101-9/+1
* [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPSNitesh Jain2017-01-101-1/+9
* [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
* Fix test breakage in r280919Pavel Labath2016-09-081-1/+5
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+39
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0620-626/+1236
* remove dependence of TestGdbRemoteExitCode.py on parent directory sourceTodd Fiala2016-09-053-4/+391
* Add default_packet_timeout key to the new TestGdbRemoteHostInfo testPavel Labath2016-09-051-1/+2
* XFAIL TestGdbRemoteExitCode failing testsTodd Fiala2016-09-041-0/+2
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-047-96/+300
* Fix tests for the gdb-remote memory read packetsPavel Labath2016-08-182-47/+11
* Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due th...Omair Javaid2016-08-112-3/+11
* 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-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
OpenPOWER on IntegriCloud