llvm-project/lldb/test/functionalities/thread
Pavel Labath 4a4bb12e0d Add jThreadsInfo support to lldb-server
Summary:
This commit adds initial support for the jThreadsInfo packet to lldb-server. The current
implementation does not expedite inferior memory.  I have also added a description of the new
packet to our protocol documentation (mostly taken from Greg's earlier commit message).

Reviewers: clayborg, ovyalov, tberghammer

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D11187

llvm-svn: 242402
2015-07-16 14:14:35 +00:00
..
break_after_join Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
concurrent_events Add jThreadsInfo support to lldb-server 2015-07-16 14:14:35 +00:00
create_after_attach Windows doesn't have fork. 2015-07-07 22:56:34 +00:00
create_during_step Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
exit_during_break Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
exit_during_step Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
jump Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
multi_break Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
state Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
step_out Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
thread_exit Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
thread_specific_break Added expectedFlakey test decorator 2015-06-26 15:13:21 +00:00
Makefile Update Makefile to reflect that TestNumThreads now uses std::thread instead of pthreads. 2015-05-21 17:47:58 +00:00
TestNumThreads.py Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
main.cpp Have TestNumThreads use std::thread instead of pthreads so that it can work cross-platform. 2015-05-20 22:32:44 +00:00