summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
* Patch from Matt Kopec:Greg Clayton2012-10-162-36/+30
* Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton2012-10-122-6/+3
* Modified patch from Matt Kopec that makes sure the run lock is acquired when ...Greg Clayton2012-10-121-0/+2
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-26/+26
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-122-3/+3
* Linux/ProcessMonitor: include sys/user.h for user_regs_struct and user_fpregs...Benjamin Kramer2012-04-071-0/+1
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-213-9/+14
* Fix indentation.Johnny Chen2012-01-051-30/+30
* Add back the file I wrongly deleted in r147613.Johnny Chen2012-01-051-0/+44
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-0513-44/+0
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-0518-3746/+74
* Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton2011-11-293-17/+47
* Update ProcessMonitor::MonitorCallback signature.Peter Collingbourne2011-11-212-1/+2
* Patch from Dragos Tatulea which was a modified version of a patch fromGreg Clayton2011-11-053-22/+119
* This patch fixes debugging of single threaded apps on Linux. Johnny Chen2011-10-1813-31/+600
* Patch by Dawn to add the logging capabilities to ProcessLinux.cpp.Johnny Chen2011-10-113-1/+255
* Patch from dawn@burble.org to build on linux!Johnny Chen2011-10-103-1/+12
* Update ProcessLinux::CanDebug prototypePeter Collingbourne2011-07-222-2/+2
* Remove duplicate m_monitor field from LaunchArgsPeter Collingbourne2011-06-201-1/+0
* Primitive attach support for linuxJohnny Chen2011-06-143-24/+214
* Improve error reporting in ProcessMonitor::LaunchPeter Collingbourne2011-06-141-8/+46
* Fix mistakes relating to ProcessMonitor::DupDescriptorPeter Collingbourne2011-06-141-4/+4
* If ProcessMonitor::Launch fails, post semaphore to notify callerPeter Collingbourne2011-06-141-1/+3
* Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValuesPeter Collingbourne2011-06-034-1/+118
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-032-19/+0
* Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/mun...Peter Collingbourne2011-06-032-12/+34
* A bit of clean up.Johnny Chen2011-05-193-113/+9
* This patch add a "fake" attach waiting for a real implementation andJohnny Chen2011-05-136-10/+63
* linux: initial support for 'real' signal handlingStephen Wilson2011-03-3012-221/+927
* linux: minor updates to account for recent namespace changesStephen Wilson2011-03-262-4/+4
* linux: simple support for process input and outputStephen Wilson2011-03-233-0/+72
* Add register context for i386 on Linux.Stephen Wilson2011-02-283-4/+791
* linux: Use ArchSpec::GetCore and the ArchSpec::Core enums.Stephen Wilson2011-02-242-5/+5
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-162-20/+0
* linux: use IS_VALID_LLDB_HOST_THREAD.Stephen Wilson2011-02-091-4/+4
* Namespace patch for linux builds from Jai Menon.Greg Clayton2011-02-071-1/+2
* A missed endian fix for the linux register context for x86_64.Greg Clayton2011-02-011-1/+1
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-232-2/+4
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-6/+7
* Delay sync with the parent thread in ProcessLinux/ProcessMonitor.Stephen Wilson2011-01-192-5/+8
* Make LinuxThread use the LLDB unwinder.Stephen Wilson2011-01-192-3/+17
* Do not enable hardware stepping when resuming a step-enabled thread.Stephen Wilson2011-01-191-1/+1
* Fix implementation of LinuxThread::HardwareSingleStep.Stephen Wilson2011-01-191-1/+22
* Implement RegisterContextLinux_x86_64::ReadRegisterBytes.Stephen Wilson2011-01-192-10/+59
* Support the reading of registers en masse via the linux ProcessMonitor.Stephen Wilson2011-01-192-0/+78
* 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-162-0/+39
* Make a mandatory call to DestroyThread() in ~LinuxThread().Stephen Wilson2011-01-162-0/+7
* Add empty implementation of pure virtual RegisterContext::InvalidateAllRegist...Stephen Wilson2011-01-152-0/+8
OpenPOWER on IntegriCloud