summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
Commit message (Collapse)AuthorAgeFilesLines
* [FreeBSD] Add missing overrides.Davide Italiano2015-11-041-1/+1
| | | | llvm-svn: 252094
* Move RegisterContextPOSIX.h to FreeBSD subdirEd Maste2015-09-141-1/+1
| | | | | | It is now used only by the FreeBSD in-process ptrace implementation. llvm-svn: 247561
* Remove eNewThreadMessage from FreeBSD process monitorEd Maste2015-07-281-1/+0
| | | | | | | FreeBSD thread information is updated after stop - we do not use a message for thread creation. llvm-svn: 243448
* Remove POSIX thread/process abstractionEd Maste2015-07-281-2/+106
| | | | | | | | | As of r240543 ProcessPOSIX and POSIXThread are used only on FreeBSD, so just roll them into ProcessFreeBSD and FreeBSDThread. Differential Revision: http://reviews.llvm.org/D10698 llvm-svn: 243427
* Threaded inferior support for FreeBSDEd Maste2013-12-091-0/+39
Modelled in part on GDBRemoteCommunicationClient. Review: http://llvm-reviews.chandlerc.com/D2267 llvm-svn: 196787
OpenPOWER on IntegriCloud