summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-server/gdbremote_testcase.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-1288/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Remove use of octal literals.Zachary Turner2015-10-261-3/+3
* Convert deprecated unittest method names.Zachary Turner2015-10-261-7/+7
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-231-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-7/+9
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-1/+2
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* Use /proc/$$/stat instead of $PPID.Chaoren Lin2015-07-061-1/+4
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-061-1/+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-021-1/+2
* [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-281-2/+5
* Add 'qXfer:features:read' to known stub listYing Chen2015-05-261-0/+1
* Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServerVince Harron2015-05-211-2/+0
* Re-enable packet logging for GdbRemote/LldbServer testsVince Harron2015-05-211-1/+6
* os.path.join does not always work for paths on remote platforms.Chaoren Lin2015-05-111-2/+1
* 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
* 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
* Add teardown hook to shutdown an inferior processIlia K2015-04-151-2/+9
* Fix TestGdbRemote* on remote linuxTamas Berghammer2015-03-301-20/+33
* Forward adb port for reverse connect test casesTamas Berghammer2015-03-131-5/+8
* Refactor GdbRemote test cases to support remote platformsTamas Berghammer2015-03-111-56/+84
* Rename test/tools/lldb-gdbserver to test/tools/lldb-serverRobert Flack2015-03-061-0/+1208
OpenPOWER on IntegriCloud