summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-gdbserver/TestLldbGdbServer.py
Commit message (Expand)AuthorAgeFilesLines
* Rename test/tools/lldb-gdbserver to test/tools/lldb-serverRobert Flack2015-03-061-1501/+0
* Properly specify a few checksum values for llgs tests.Stephane Sezer2014-11-201-4/+4
* Specify checksums properly for llgs test suite packets.Stephane Sezer2014-11-131-11/+11
* Fix a test broken by r216564.Todd Fiala2014-08-291-4/+6
* Refactored existing gdb-remote qProcessInfo tests into separate python file.Todd Fiala2014-08-261-101/+0
* gdb-remote test noise suppression on MacOSX.Todd Fiala2014-07-161-34/+0
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-37/+0
* Implemented gdb-remote protocol tests for vCont;s and vCont;s:{thread}Todd Fiala2014-06-271-160/+0
* Added gdb-remote tests for Q{Save,Restore}RegisterState.Todd Fiala2014-06-201-94/+1
* Sync accumulated minor diffs in llgs branch gdb-remote tests.Todd Fiala2014-06-131-44/+163
* Added gdb-remote stop packet expedited register tests.Todd Fiala2014-06-131-532/+41
* Fix up extra whitespace from previous commit.Todd Fiala2014-06-121-3/+3
* Added gdb-remote P/p thread suffix test.Todd Fiala2014-06-121-21/+165
* Add gdb-remote P register write test.Todd Fiala2014-06-111-1/+129
* Fixed gdb-remote M test length parameter, added overwrite to test.Todd Fiala2014-06-101-6/+5
* Added gdb-remote test to verify M memory write.Todd Fiala2014-06-101-1/+63
* Added gdb-remote tests around $qSupported.Todd Fiala2014-06-101-1/+77
* Added gdb-remote test for s packet, single stepping.Todd Fiala2014-06-091-18/+191
* Remove invalid comment from last commit.Todd Fiala2014-06-061-1/+0
* Added gdb-remote program counter check at breakpoint.Todd Fiala2014-06-061-80/+161
* Added gdb-remote test for software breakpoints.Todd Fiala2014-06-051-2/+97
* Added gdb-remote $qMemoryRegionInfo tests for heap and stack.Todd Fiala2014-06-041-19/+154
* Add gdb-remote test for $qMemoryRegionInfo code querying.Todd Fiala2014-06-041-1/+87
* Add gdb-remote test to ensure $qMemoryRegionInfo is supported.Todd Fiala2014-06-041-0/+29
* Added gdb-remote memory read ($m) test.Todd Fiala2014-06-031-3/+64
* gdb-remote signal delivery test cleanup.Todd Fiala2014-05-301-21/+54
* gdb-remote testing: new test, cleaned up socket reading.Todd Fiala2014-05-291-30/+95
* Remove some unnecessary comments from previous check-in.Todd Fiala2014-05-231-51/+47
* Added gdb remote tests to verify $Hg{thread-id}.Todd Fiala2014-05-231-2/+123
* Added gdbremote protocol test for $p and returned data size.Todd Fiala2014-05-221-0/+78
* Added tests for q{f,s}ThreadInfo for attached processes.Todd Fiala2014-05-211-28/+115
* Added gdb-remote tests for q{f,s}ThreadInfo.Todd Fiala2014-05-211-2/+116
* Added gdb remote protocol tests across all qRegisterInfo responses.Todd Fiala2014-05-191-17/+155
* Added gdb remote test for one valid qRegisterInfo result.Todd Fiala2014-05-191-0/+70
* Add support for gdb remote $X stop notification.Todd Fiala2014-05-191-1/+1
* Added gdbremote tests to verify kill and continue after attach.Todd Fiala2014-05-141-9/+95
* Added debugserver/llgs test for command-line --attach {pid} variant.Todd Fiala2014-05-141-2/+58
* Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala2014-05-071-2/+42
* gdbremote testing: added regex support to match packets and propagate/test ag...Todd Fiala2014-05-061-18/+53
* Refactored gdb remote protocol testing sequence handling.Todd Fiala2014-05-051-68/+65
* Added gdb remote protocol tests for no output and inferior non-zero exit code.Todd Fiala2014-04-291-14/+78
* Added debugserver/llgs protocol test for output and clean exit.Todd Fiala2014-04-291-0/+39
* Added two new test types: @debugserver_test and @llgs_test.Todd Fiala2014-04-281-17/+64
* Added TestLldbGdbServer test for A start exe packet.Todd Fiala2014-04-251-4/+32
* Prevent TestLldbGdbServer shutdown cleanup failures from failing the test.Todd Fiala2014-04-251-4/+17
* Added a packet-playback test facility for lldb-gdbserver and a few starter te...Todd Fiala2014-04-221-1/+82
* Added a basic connection test for lldb-gdbserver.Todd Fiala2014-04-211-0/+40
OpenPOWER on IntegriCloud