summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2824-5807/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2719-19/+19
* Remove use of octal literals.Zachary Turner2015-10-265-13/+13
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-2/+3
* Convert deprecated unittest method names.Zachary Turner2015-10-2612-42/+42
* Fix usages of range() and xrange() for Python 3.Zachary Turner2015-10-261-1/+1
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-234-10/+10
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2320-28/+68
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2218-71/+27
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-212-6/+13
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-0/+45
* Merge dwarf and dsym testsTamas Berghammer2015-09-3013-380/+253
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...Todd Fiala2015-09-141-2/+1
* XFAIL single_step_only_steps_one_instruction related tests on arm/aarch64Tamas Berghammer2015-09-072-0/+3
* Xfail TestGdbRemoteAbort for Android API <= 16.Chaoren Lin2015-07-211-1/+2
* Use /proc/$$/stat instead of $PPID.Chaoren Lin2015-07-061-1/+4
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-062-2/+2
* Update TestGdbRemoteAbort and TestGdbRemoteSegFault to use `get_signal_number`.Chaoren Lin2015-06-062-2/+3
* [TestGdbRemoteAbort] Skip on API 16 Android devicesSiva Chandra2015-06-051-0/+1
* [TestGdbRemoteRegisterState] Do not flip ARM *psr register in the testSiva Chandra2015-06-041-0/+3
* Use new get_signal_number utility function for tests.Chaoren Lin2015-06-022-7/+8
* [TestLldbGdbServer and TestGdbRemoteXXX] Use "ls -l" instead of "readlink"Siva Chandra2015-05-291-12/+17
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-0/+1
* Fix breakpoint setting in gdb remote test cases on armTamas Berghammer2015-05-282-4/+10
* Add 'qXfer:features:read' to known stub listYing Chen2015-05-261-0/+1
* [TestLldbGdbServer] Up sleep duration to 1min in the inferior thread_func.Siva Chandra2015-05-221-1/+1
* XPASS a bunch of GdbRemote/LldbGdbServer testsVince Harron2015-05-216-8/+0
* Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServerVince Harron2015-05-2114-2/+28
* Re-enable packet logging for GdbRemote/LldbServer testsVince Harron2015-05-211-1/+6
* Fixes errors in remote testsVince Harron2015-05-181-1/+1
* Refactored lldb executable name discoveryVince Harron2015-05-181-19/+13
* XFAIL'd some flakey tests on DarwinVince Harron2015-05-172-0/+2
* XFAIL'd some tests that fail very, very rarelyVince Harron2015-05-161-0/+1
* os.path.join does not always work for paths on remote platforms.Chaoren Lin2015-05-112-4/+2
* Remove unsupported lldb-server parameters from testVince Harron2015-05-101-3/+1
* change comment symbol from // to #Ying Chen2015-05-081-2/+2
* Remove tailing " (deleted)" from executable name returned by readlinkYing Chen2015-05-081-1/+3
* Pass Android device ID to TestStubReverseConnect.Chaoren Lin2015-05-071-1/+1
* Fix adb forward in gdbremote_testcase to support multiple devices.Chaoren Lin2015-05-071-6/+12
* Update gdbremote_testcase to accomodate new adb:// scheme.Chaoren Lin2015-05-061-1/+2
* Fix typo. platfrom -> platformChaoren Lin2015-05-051-2/+2
* XFAIL a test in TestGdbRemoteRegisterState.py on linux to stabilize build botPavel Labath2015-04-161-0/+1
* XFAILing TestGdbRemoteAttach to stabilise linux build botPavel Labath2015-04-161-61/+1
* Bug 23051 - Fix zombie processes after lldb-server testsIlia K2015-04-156-8/+0
* Add teardown hook to shutdown an inferior processIlia K2015-04-151-2/+9
* Skip reverse connect test when running remotelyVince Harron2015-04-151-0/+1
* Skip the TestGdbRemoteRegisterState.test_grp_register_save_restore_works_no_s...Ilia K2015-04-131-0/+1
* Skip a few tests on OS X according to the bug 23181Ilia K2015-04-131-0/+1
* Skip lldb-server tests according to bug 23181Ilia K2015-04-105-0/+6
OpenPOWER on IntegriCloud