summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct copy-and-pasted comments for DetachOperationEd Maste2014-03-171-2/+2
* Get Linux i386 running.Todd Fiala2014-03-041-4/+0
* Fix linux x86 debugging on a linux x86 host (32-bit on 32-bit).Todd Fiala2014-02-271-2/+2
* Fix ptrace log on i386 and include return valueEd Maste2014-02-241-4/+4
* Fix group stop signal handling issue on Linux.Todd Fiala2014-01-271-5/+14
* Fix crash on Linux if sem_wait() is interrupted.Todd Fiala2014-01-241-2/+12
* Removed unnecessary call to OpenFirstAvailableMaster.Richard Mitton2013-10-171-8/+0
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-0/+91
* Add exec support for Linux including common support for POSIX.Matt Kopec2013-10-091-2/+4
* Clean up RegisterContextPOSIX i386 code.Michael Sartain2013-10-091-1/+2
* If setgid fails for any reason, exit lldb.Sylvestre Ledru2013-09-281-2/+7
* Warning cleanup.Michael Sartain2013-09-181-6/+5
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-171-0/+74
* Improve stability of Linux ProcessMonitor by not using fds for synchronization:Daniel Malea2013-09-161-104/+25
* Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...Andrew Kaylor2013-09-141-1/+4
* Fixing a problem with inferior exit caused by signalAndrew Kaylor2013-09-041-0/+6
* Handle SI_KERNEL signal code for SIGSEGV exceptions.Matt Kopec2013-08-091-0/+6
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-10/+2
* Correct comment to match class nameEd Maste2013-07-171-1/+1
* Fix unhandled SIGTRAP signal on Linux causing assertion.Matt Kopec2013-07-111-0/+7
* Add support for listing inferior thread names on Linux.Matt Kopec2013-07-101-0/+10
* Reverting ProcessMonitor shared pointer changesAndrew Kaylor2013-07-091-5/+5
* Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor2013-07-091-5/+5
* Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...Matt Kopec2013-07-091-3/+25
* Update comment to match class nameEd Maste2013-06-241-1/+1
* Fix various build warnings.Matt Kopec2013-06-031-2/+2
* Add ability to attach/detach to multi-threaded inferiors on Linux.Matt Kopec2013-05-311-41/+99
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-6/+203
* The Linux process plugin wasn't returning the correct linux signals. This fix...Matt Kopec2013-05-171-11/+0
* ProcessMonitor improvements for Linux.Matt Kopec2013-05-171-3/+28
* Fix Linux warning about missing virtual destructor in Operation classesDaniel Malea2013-05-131-0/+1
* Fixed "log enable linux registers" and added a test.Ashok Thirumurthi2013-05-091-11/+12
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-0/+9
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* Fix the Linux build issues introduced by r178191.Ashok Thirumurthi2013-03-281-8/+8
* test commitAshok Thirumurthi2013-03-271-1/+1
* Add Linux support for reading/writing extended register sets.Matt Kopec2013-03-201-6/+104
* Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...Matt Kopec2013-03-151-92/+2
* Add ptrace extensions to query a register set.Matt Kopec2013-03-151-2/+92
* 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
OpenPOWER on IntegriCloud