summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit lldb realtime output for POSIX.Matt Kopec2013-03-141-1/+2
* Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec2013-03-061-51/+68
* Add initial support to trace spawned threads in a process on Linux.Matt Kopec2013-01-081-1/+18
* Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea2013-01-081-3/+16
* Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea2012-12-181-32/+40
* Avoid possible overflow when reading inferior memory (and logging is enabled)Daniel Malea2012-12-141-4/+8
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-13/+12
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea2012-11-231-7/+23
* Remove call to StopMonitor() from ProcessMonitor::Detach()Daniel Malea2012-11-221-2/+2
* Patch from Matt Kopec:Greg Clayton2012-10-161-29/+25
* Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton2012-10-121-4/+2
* Modified patch from Matt Kopec that makes sure the run lock is acquired when ...Greg Clayton2012-10-121-0/+2
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-26/+26
* Linux/ProcessMonitor: include sys/user.h for user_regs_struct and user_fpregs...Benjamin Kramer2012-04-071-0/+1
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-2/+4
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-48/+44
* Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton2011-11-291-7/+33
* Update ProcessMonitor::MonitorCallback signature.Peter Collingbourne2011-11-211-0/+1
* Patch from Dragos Tatulea which was a modified version of a patch fromGreg Clayton2011-11-051-2/+74
* This patch fixes debugging of single threaded apps on Linux. Johnny Chen2011-10-181-20/+155
* Patch from dawn@burble.org to build on linux!Johnny Chen2011-10-101-1/+1
* 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