summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.h
Commit message (Expand)AuthorAgeFilesLines
* Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor2013-07-101-3/+4
* Reverting ProcessMonitor shared pointer changesAndrew Kaylor2013-07-091-3/+3
* Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor2013-07-091-3/+3
* Add ability to attach/detach to multi-threaded inferiors on Linux.Matt Kopec2013-05-311-1/+4
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-0/+8
* Fixed "log enable linux registers" and added a test.Ashok Thirumurthi2013-05-091-4/+2
* Add Linux support for reading/writing extended register sets.Matt Kopec2013-03-201-2/+12
* Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...Matt Kopec2013-03-151-12/+2
* Add ptrace extensions to query a register set.Matt Kopec2013-03-151-2/+12
* Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec2013-03-061-5/+5
* Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea2013-01-081-1/+4
* Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea2012-12-181-6/+8
* Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea2012-11-231-1/+1
* Patch from Matt Kopec:Greg Clayton2012-10-161-7/+5
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-3/+5
* Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton2011-11-291-6/+6
* Update ProcessMonitor::MonitorCallback signature.Peter Collingbourne2011-11-211-1/+1
* Remove duplicate m_monitor field from LaunchArgsPeter Collingbourne2011-06-201-1/+0
* Primitive attach support for linuxJohnny Chen2011-06-141-7/+42
* Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValuesPeter Collingbourne2011-06-031-0/+8
* This patch add a "fake" attach waiting for a real implementation andJohnny Chen2011-05-131-2/+2
* linux: initial support for 'real' signal handlingStephen Wilson2011-03-301-6/+37
* Delay sync with the parent thread in ProcessLinux/ProcessMonitor.Stephen Wilson2011-01-191-1/+1
* Support the reading of registers en masse via the linux ProcessMonitor.Stephen Wilson2011-01-191-0/+8
* Use the correct type for thread handle.Stephen Wilson2011-01-151-1/+1
* 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-1/+4
* Add a new Process plugin for Linux.Stephen Wilson2010-07-241-0/+208
OpenPOWER on IntegriCloud