summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.h
AgeCommit message (Expand)Author
2015-06-24Remove old local-only linux debugging codePavel Labath
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-15This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-02-06Fix TestProcesslaunch regression caused by D7372Pavel Labath
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-08-17Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala
2014-04-01Implement ProcessMonitor::Kill for LinuxEd Maste
2013-10-17Added support for reading thread-local storage variables, as defined using th...Richard Mitton
2013-09-17Fixing a problem with thread creation signal order dependencyAndrew Kaylor
2013-09-16Improve stability of Linux ProcessMonitor by not using fds for synchronization:Daniel Malea
2013-07-10Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor
2013-07-09Reverting ProcessMonitor shared pointer changesAndrew Kaylor
2013-07-09Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor
2013-05-31Add ability to attach/detach to multi-threaded inferiors on Linux.Matt Kopec
2013-05-28Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor
2013-05-09Fixed "log enable linux registers" and added a test.Ashok Thirumurthi
2013-03-20Add Linux support for reading/writing extended register sets.Matt Kopec
2013-03-15Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...Matt Kopec
2013-03-15Add ptrace extensions to query a register set.Matt Kopec
2013-03-06Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec
2013-01-08Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea
2012-12-18Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea
2012-11-23Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea
2012-10-16Patch from Matt Kopec:Greg Clayton
2012-01-05This patch combines common code from Linux and FreeBSD intoJohnny Chen
2011-11-29Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton
2011-11-21Update ProcessMonitor::MonitorCallback signature.Peter Collingbourne
2011-06-20Remove duplicate m_monitor field from LaunchArgsPeter Collingbourne
2011-06-14Primitive attach support for linuxJohnny Chen
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-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-15Use the correct type for thread handle.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
2010-07-24Add a new Process plugin for Linux.Stephen Wilson