llvm-project/lldb/tools
Zachary Turner 39de311071 Create a HostThread abstraction.
This patch moves creates a thread abstraction that represents a
thread running inside the LLDB process.  This is a replacement for
otherwise using lldb::thread_t, and provides a platform agnostic
interface to managing these threads.

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

Reviewed by: Jim Ingham

llvm-svn: 217460
2014-09-09 20:54:56 +00:00
..
darwin-debug Fix typos. 2014-07-01 21:22:11 +00:00
darwin-threads Move the code which translates a dispatch_qaddr into a 2013-10-18 05:55:24 +00:00
debugserver rdar://problem/18221417 2014-09-03 22:33:37 +00:00
driver driver: handle write error better 2014-09-08 02:47:13 +00:00
install-headers Fixed our install-headers script to set version 2014-07-17 17:26:38 +00:00
lldb-gdbserver Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00
lldb-mi Remove unused class variable and its initialization. 2014-09-09 06:37:18 +00:00
lldb-perf Cleanup how we listen for process events by using the broadcaster class name instead of having to catch each process instance as it comes alive. 2014-08-18 21:09:50 +00:00
lldb-platform Creates a socket host object. 2014-08-06 18:16:26 +00:00
CMakeLists.txt Initial commit of LLDB Machine Interface Frontend. 2014-05-16 10:51:01 +00:00
Makefile Also build lldb-gdbserver under KFreeBSD 2014-08-11 06:29:06 +00:00