summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the ID of a ProcessLinux instance to the PID of the inferior on launch.Stephen Wilson2011-01-151-0/+1
* Miscellaneous cleanups in ProcessMonitor.Stephen Wilson2011-01-151-8/+15
* Use the correct type for thread handle.Stephen Wilson2011-01-151-1/+1
* Implement ProcessLinux::GetImageInfoAddress().Stephen Wilson2011-01-152-0/+16
* Have LinuxThread cache it's current StopInfo object.Stephen Wilson2011-01-152-17/+41
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-086-11/+11
* Fix a few small issues in r122981 to ensure compilation on Linux.Stephen Wilson2011-01-072-5/+7
* First try at patching linux for the recent RegisterContext patch. Can someoneGreg Clayton2011-01-065-34/+52
* Fix typo (presumably carried over from the MacOSX plugin).Stephen Wilson2011-01-041-1/+1
* Provide LinuxThread with an implementation of Thread::GetUnwinder.Stephen Wilson2011-01-042-0/+9
* Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason.Stephen Wilson2011-01-042-10/+11
* 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-042-26/+1
* Do not load sections manually when launching a Linux process.Stephen Wilson2011-01-042-30/+0
* Update ProcessLinux method signatures to be in line with LLDB's current API.Stephen Wilson2011-01-042-2/+4
* Host::StopMonitoringChildProcess has been removed. Provide a substitute.Stephen Wilson2011-01-042-4/+20
* Replace old "CurrentThread" calls with equivalent "SelectedThread" calls.Stephen Wilson2011-01-041-1/+1
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-6/+10
* Add a new Process plugin for Linux.Stephen Wilson2010-07-2411-0/+3001
OpenPOWER on IntegriCloud