summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename test/tools/lldb-gdbserver to test/tools/lldb-serverRobert Flack2015-03-061-172/+0
| | | | | | | | As requested in http://reviews.llvm.org/D7545 this change moves test/tools/lldb-gdbserver to test/tools/lldb-server ot match the name of the target being tested. Differential Revision: http://reviews.llvm.org/D8061 llvm-svn: 231479
* Specify checksums properly for llgs test suite packets.Stephane Sezer2014-11-131-3/+3
| | | | | | | | | | | | | | Summary: These checksums are ignored by llgs but some implementations require them to be specified properly. Test Plan: Re-run llgs tests with the checksums and make sure we don't break anything. Reviewers: tfiala, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D6254 llvm-svn: 221927
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-5/+1
| | | | | | | | | | | | | | | | | | | | | This change brings in lldb-gdbserver (llgs) specifically for Linux x86_64. (More architectures coming soon). Not every debugserver option is covered yet. Currently the lldb-gdbserver command line can start unattached, start attached to a pid (process-name attach not supported yet), or accept lldb attaching and launching a process or connecting by process id. The history of this large change can be found here: https://github.com/tfiala/lldb/tree/dev-tfiala-native-protocol-linux-x86_64 Until mid/late April, I was not sharing the work and continued to rebase it off of head (developed via id tfiala@google.com). I switched over to user todd.fiala@gmail.com in the middle, and once I went to github, I did merges rather than rebasing so I could share with others. llvm-svn: 212069
* Minor gdb-remote test QListThreadsInStopReply changes from llgs branch.Todd Fiala2014-06-151-5/+6
| | | | llvm-svn: 211006
* Added several gdb-remote tests around QListThreadsInStopReply.Todd Fiala2014-06-141-0/+175
llvm-svn: 210982
OpenPOWER on IntegriCloud