summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-161/+8
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-1/+6
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-2/+9
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-8/+6
* Fix typo in Linux ASLR logging.Todd Fiala2014-09-191-1/+1
* lldb fix ARM64 register accessTodd Fiala2014-09-121-0/+93
* Create a HostThread abstraction.Zachary Turner2014-09-091-20/+16
* Fix build break on Ubuntu 12.04 with ARM64 changes.Todd Fiala2014-09-041-1/+3
* Add Linux support for get thread area on ARM64 using ProcessMonitor debugging.Todd Fiala2014-08-271-5/+14
* Enable more Linux aarch64 PTRACE support for local and remote debugging.Todd Fiala2014-08-211-15/+51
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-171-3/+41
* linux process: silence GCC switch coverage warningSaleem Abdulrasool2014-07-201-0/+2
* Use native ::pid_t in Linux ProcessMonitor (local debugging).Todd Fiala2014-07-011-14/+19
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-1/+5
* lldb: deal with non-portable PTRACE-related constantsTodd Fiala2014-06-231-0/+20
* Move x86-specific struct user code for Linux ProcessMonitor behind #define gu...Todd Fiala2014-06-161-0/+4
* Use getpgid() with waitpid() in case the process pgid is not equal to its pid...Andrew MacPherson2014-04-021-1/+1
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-3/+3
* Implement ProcessMonitor::Kill for LinuxEd Maste2014-04-011-30/+2
* 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
OpenPOWER on IntegriCloud