summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-server/TestLldbGdbServer.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-1471/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Remove use of octal literals.Zachary Turner2015-10-261-6/+6
* Convert deprecated unittest method names.Zachary Turner2015-10-261-13/+13
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-5/+3
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-184/+123
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-061-1/+1
* Use new get_signal_number utility function for tests.Chaoren Lin2015-06-021-6/+6
* Fix breakpoint setting in gdb remote test cases on armTamas Berghammer2015-05-281-2/+5
* XPASS a bunch of GdbRemote/LldbGdbServer testsVince Harron2015-05-211-1/+0
* Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServerVince Harron2015-05-211-0/+2
* os.path.join does not always work for paths on remote platforms.Chaoren Lin2015-05-111-2/+1
* Bug 23051 - Fix zombie processes after lldb-server testsIlia K2015-04-151-2/+0
* 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-101-0/+1
* Fix AVX register detectionTamas Berghammer2015-03-251-3/+3
* XFAIL flaky testsVince Harron2015-03-171-0/+1
* Don't require AVX registers if the target CPU doesn't have themVince Harron2015-03-131-8/+24
* Refactor GdbRemote test cases to support remote platformsTamas Berghammer2015-03-111-29/+41
* Rename test/tools/lldb-gdbserver to test/tools/lldb-serverRobert Flack2015-03-061-0/+1500
OpenPOWER on IntegriCloud