summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/LinuxThread.h
Commit message (Expand)AuthorAgeFilesLines
* Remove old local-only linux debugging codePavel Labath2015-06-241-44/+0
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-3/+8
* Remove virtual and add override for lots of function.Tamas Berghammer2015-03-251-2/+2
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+1
* FreeBSD hardware watchpoint implementationEd Maste2014-02-191-4/+0
* Fix Linux by partially reverting 196787Ed Maste2013-12-111-4/+1
* Fix Linux build after r196787Ed Maste2013-12-091-1/+1
* Threaded inferior support for FreeBSDEd Maste2013-12-091-1/+4
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-0/+43
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+0
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-102/+0
* 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