summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.h
Commit message (Expand)AuthorAgeFilesLines
* Remove old local-only linux debugging codePavel Labath2015-06-241-334/+0
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-16/+17
* This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid2015-05-151-0/+12
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-5/+11
* Fix TestProcesslaunch regression caused by D7372Pavel Labath2015-02-061-1/+2
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-12/+0
* Create a HostThread abstraction.Zachary Turner2014-09-091-2/+3
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-171-1/+4
* Implement ProcessMonitor::Kill for LinuxEd Maste2014-04-011-4/+2
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-0/+4
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-171-0/+4
* Improve stability of Linux ProcessMonitor by not using fds for synchronization:Daniel Malea2013-09-161-9/+8
* 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