summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Primitive attach support for linuxJohnny Chen2011-06-141-16/+162
* 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-031-0/+70
* This patch add a "fake" attach waiting for a real implementation andJohnny Chen2011-05-131-7/+8
* linux: initial support for 'real' signal handlingStephen Wilson2011-03-301-75/+262
* linux: simple support for process input and outputStephen Wilson2011-03-231-0/+27
* linux: use IS_VALID_LLDB_HOST_THREAD.Stephen Wilson2011-02-091-4/+4
* Delay sync with the parent thread in ProcessLinux/ProcessMonitor.Stephen Wilson2011-01-191-4/+7
* Support the reading of registers en masse via the linux ProcessMonitor.Stephen Wilson2011-01-191-0/+70
* Miscellaneous cleanups in ProcessMonitor.Stephen Wilson2011-01-151-8/+15
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-2/+2
* Host::StopMonitoringChildProcess has been removed. Provide a substitute.Stephen Wilson2011-01-041-3/+16
* Replace old "CurrentThread" calls with equivalent "SelectedThread" calls.Stephen Wilson2011-01-041-1/+1
* Add a new Process plugin for Linux.Stephen Wilson2010-07-241-0/+925
OpenPOWER on IntegriCloud