summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/HostNativeThreadBase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-16/+6
| | | | | | | Reviewed by: Greg Clayton Differential Revision: http://reviews.llvm.org/D5417 llvm-svn: 218325
* Create a HostThread abstraction.Zachary Turner2014-09-091-0/+92
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
OpenPOWER on IntegriCloud