summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
AgeCommit message (Expand)Author
2013-09-04Fixing a problem with inferior exit caused by signalAndrew Kaylor
2013-08-09Handle SI_KERNEL signal code for SIGSEGV exceptions.Matt Kopec
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-17Correct comment to match class nameEd Maste
2013-07-11Fix unhandled SIGTRAP signal on Linux causing assertion.Matt Kopec
2013-07-10Add support for listing inferior thread names on Linux.Matt Kopec
2013-07-09Reverting ProcessMonitor shared pointer changesAndrew Kaylor
2013-07-09Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor
2013-07-09Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...Matt Kopec
2013-06-24Update comment to match class nameEd Maste
2013-06-03Fix various build warnings.Matt Kopec
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-17The Linux process plugin wasn't returning the correct linux signals. This fix...Matt Kopec
2013-05-17ProcessMonitor improvements for Linux.Matt Kopec
2013-05-13Fix Linux warning about missing virtual destructor in Operation classesDaniel Malea
2013-05-09Fixed "log enable linux registers" and added a test.Ashok Thirumurthi
2013-05-07Add watchpoint support for Linux on 64-bit host.Matt Kopec
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-03-28Fix the Linux build issues introduced by r178191.Ashok Thirumurthi
2013-03-27test commitAshok 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-14Recommit lldb realtime output for POSIX.Matt Kopec
2013-03-06Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec
2013-01-08Add initial support to trace spawned threads in a process on Linux.Matt 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-12-14Avoid possible overflow when reading inferior memory (and logging is enabled)Daniel Malea
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-11-23Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea
2012-11-22Remove call to StopMonitor() from ProcessMonitor::Detach()Daniel Malea
2012-10-16Patch from Matt Kopec:Greg Clayton
2012-10-12Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton
2012-10-12Modified patch from Matt Kopec that makes sure the run lock is acquired when ...Greg Clayton
2012-09-07Patch from Andrew Kaylor for linux:Greg Clayton
2012-04-07Linux/ProcessMonitor: include sys/user.h for user_regs_struct and user_fpregs...Benjamin Kramer
2012-02-21Linux fix patch from Dmitry Vyukov.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-11-05Patch from Dragos Tatulea which was a modified version of a patch fromGreg Clayton
2011-10-18This patch fixes debugging of single threaded apps on Linux. Johnny Chen
2011-10-10Patch from dawn@burble.org to build on linux!Johnny Chen
2011-06-14Primitive attach support for linuxJohnny Chen
2011-06-14Improve error reporting in ProcessMonitor::LaunchPeter Collingbourne