summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
AgeCommit message (Expand)Author
2011-06-14Fix mistakes relating to ProcessMonitor::DupDescriptorPeter Collingbourne
2011-06-14If ProcessMonitor::Launch fails, post semaphore to notify callerPeter Collingbourne
2011-06-03Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValuesPeter Collingbourne
2011-05-13This patch add a "fake" attach waiting for a real implementation andJohnny Chen
2011-03-30linux: initial support for 'real' signal handlingStephen Wilson
2011-03-23linux: simple support for process input and outputStephen Wilson
2011-02-09linux: use IS_VALID_LLDB_HOST_THREAD.Stephen Wilson
2011-01-19Delay sync with the parent thread in ProcessLinux/ProcessMonitor.Stephen Wilson
2011-01-19Support the reading of registers en masse via the linux ProcessMonitor.Stephen Wilson
2011-01-15Miscellaneous cleanups in ProcessMonitor.Stephen Wilson
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2011-01-04Host::StopMonitoringChildProcess has been removed. Provide a substitute.Stephen Wilson
2011-01-04Replace old "CurrentThread" calls with equivalent "SelectedThread" calls.Stephen Wilson
2010-07-24Add a new Process plugin for Linux.Stephen Wilson