summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/POSIXThread.h
Commit message (Expand)AuthorAgeFilesLines
* Remove old local-only linux debugging codePavel Labath2015-06-241-135/+0
* Remove virtual and add override for lots of function.Tamas Berghammer2015-03-251-17/+17
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+1
* Fix Linux by partially reverting 196787Ed Maste2013-12-111-0/+2
* Threaded inferior support for FreeBSDEd Maste2013-12-091-2/+0
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-0/+3
* Add exec support for Linux including common support for POSIX.Matt Kopec2013-10-091-0/+1
* Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.Michael Sartain2013-09-141-7/+5
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-2/+3
* Add support for listing inferior thread names on Linux.Matt Kopec2013-07-101-0/+9
* Update comment after Linux->POSIX renameEd Maste2013-06-251-2/+2
* Fix setting of watchpoints on inferior thread creation for Linux.Matt Kopec2013-06-031-0/+2
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-0/+5
* Fixed "log enable linux registers" and added a test.Ashok Thirumurthi2013-05-091-4/+4
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-2/+2
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-0/+10
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-1/+0
* <rdar://problem/13700260>Greg Clayton2013-05-011-1/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Add initial support to trace spawned threads in a process on Linux.Matt Kopec2013-01-081-0/+1
* Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton2012-10-121-1/+1
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-1/+1
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+106
OpenPOWER on IntegriCloud