summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Linux by partially reverting 196787Ed Maste2013-12-111-125/+0
* Fix Linux build after r196787Ed Maste2013-12-091-1/+1
* Threaded inferior support for FreeBSDEd Maste2013-12-091-0/+125
* Move detach to FreeBSD- and Linux-specific classes.Ed Maste2013-08-301-0/+29
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-2/+10
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-4/+18
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-18/+3
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-3/+18
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-1/+37
* <rdar://problem/13854277>Greg Clayton2013-05-101-10/+5
* Add initial support to trace spawned threads in a process on Linux.Matt Kopec2013-01-081-16/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton2012-10-121-2/+1
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-2/+2
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-5/+7
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-502/+18
* Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton2011-11-291-4/+8
* Patch from Dragos Tatulea which was a modified version of a patch fromGreg Clayton2011-11-051-12/+43
* This patch fixes debugging of single threaded apps on Linux. Johnny Chen2011-10-181-4/+25
* Patch by Dawn to add the logging capabilities to ProcessLinux.cpp.Johnny Chen2011-10-111-1/+18
* Patch from dawn@burble.org to build on linux!Johnny Chen2011-10-101-0/+7
* Update ProcessLinux::CanDebug prototypePeter Collingbourne2011-07-221-1/+1
* Primitive attach support for linuxJohnny Chen2011-06-141-1/+10
* Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/mun...Peter Collingbourne2011-06-031-8/+31
* linux: initial support for 'real' signal handlingStephen Wilson2011-03-301-62/+96
* linux: simple support for process input and outputStephen Wilson2011-03-231-0/+36
* linux: Use ArchSpec::GetCore and the ArchSpec::Core enums.Stephen Wilson2011-02-241-3/+3
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-14/+0
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-1/+2
* Timeout if we fail to receive a state change event when destroying an inferior.Stephen Wilson2011-01-191-4/+12
* Only enqueue valid ProcessLinux messages.Stephen Wilson2011-01-191-1/+5
* Initial support for a DynamicLoader plugin on Linux.Stephen Wilson2011-01-161-0/+27
* Set the ID of a ProcessLinux instance to the PID of the inferior on launch.Stephen Wilson2011-01-151-0/+1
* Implement ProcessLinux::GetImageInfoAddress().Stephen Wilson2011-01-151-0/+13
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Do not load sections manually when launching a Linux process.Stephen Wilson2011-01-041-27/+0
* Update ProcessLinux method signatures to be in line with LLDB's current API.Stephen Wilson2011-01-041-1/+2
* Add a new Process plugin for Linux.Stephen Wilson2010-07-241-0/+443
OpenPOWER on IntegriCloud