summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/LinuxThread.h
Commit message (Expand)AuthorAgeFilesLines
* This patch fixes debugging of single threaded apps on Linux. Johnny Chen2011-10-181-0/+14
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-031-7/+0
* linux: initial support for 'real' signal handlingStephen Wilson2011-03-301-20/+10
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-6/+7
* Make a mandatory call to DestroyThread() in ~LinuxThread().Stephen Wilson2011-01-161-0/+2
* Have LinuxThread cache it's current StopInfo object.Stephen Wilson2011-01-151-0/+8
* Fix a few small issues in r122981 to ensure compilation on Linux.Stephen Wilson2011-01-071-2/+2
* First try at patching linux for the recent RegisterContext patch. Can someoneGreg Clayton2011-01-061-7/+15
* Provide LinuxThread with an implementation of Thread::GetUnwinder.Stephen Wilson2011-01-041-0/+3
* Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason.Stephen Wilson2011-01-041-3/+3
* StopInfo now lives in the lldb_private namespace. Qualify.Stephen Wilson2011-01-041-1/+1
* Use default implementation of Thread::GetStackFrameCount and Thread::GetStack...Stephen Wilson2011-01-041-6/+0
* Add a new Process plugin for Linux.Stephen Wilson2010-07-241-0/+89
OpenPOWER on IntegriCloud