summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
* NativeThreadLinux: remove translation of some Linux signals to gdb signals.Todd Fiala2014-08-271-26/+14
* Add Linux support for get thread area on ARM64 using ProcessMonitor debugging.Todd Fiala2014-08-271-5/+14
* Add software breakpoint support for Linux aarch64.Todd Fiala2014-08-211-0/+11
* Enable more Linux aarch64 PTRACE support for local and remote debugging.Todd Fiala2014-08-212-15/+105
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-202-6/+7
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-174-8/+91
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-2/+2
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-3/+3
* llgs: corrected Linux signal reception notification for SIGABRT, SIGSEGV and ...Todd Fiala2014-08-121-81/+84
* linux process: silence GCC switch coverage warningSaleem Abdulrasool2014-07-201-0/+2
* Fix a type mismatch in NativeProcessLinux that shows up in 32-bit builds.Todd Fiala2014-07-101-1/+1
* Fixes for broken Debian build - g++ 4.7 support.Todd Fiala2014-07-101-5/+5
* lldb - problem with some PTRACE_* constants in NativeProcessLinux.cpp fileTodd Fiala2014-07-021-1/+15
* Use native ::pid_t in Linux ProcessMonitor (local debugging).Todd Fiala2014-07-011-14/+19
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-304-1/+1178
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-309-104/+4314
* Factored out Linux proc file reading into separate class.Todd Fiala2014-06-303-0/+140
* 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-012-34/+4
* Make ProcessLinux return true for DetachRequiresHalt() because PTRACE_DETACH ...Andrew MacPherson2014-03-251-0/+3
* Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in P...Andrew MacPherson2014-03-211-1/+1
* Correct copy-and-pasted comments for DetachOperationEd Maste2014-03-171-2/+2
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-121-0/+1
* 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
* FreeBSD hardware watchpoint implementationEd Maste2014-02-192-25/+0
* 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
* Fix Linux by partially reverting 196787Ed Maste2013-12-114-176/+1
* Fix Linux build after r196787Ed Maste2013-12-094-2/+9
* Threaded inferior support for FreeBSDEd Maste2013-12-094-2/+170
* Correct header guard #endif commentsEd Maste2013-12-041-1/+1
* 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-172-0/+95
* 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
* Fix build failures under GNU/Linux running on mipsSylvestre Ledru2013-09-191-0/+2
* Warning cleanup.Michael Sartain2013-09-181-6/+5
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-172-0/+78
* Improve stability of Linux ProcessMonitor by not using fds for synchronization:Daniel Malea2013-09-162-113/+33
* Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.Michael Sartain2013-09-141-1/+1
* 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
* Move detach to FreeBSD- and Linux-specific classes.Ed Maste2013-08-302-0/+32
* Handle SI_KERNEL signal code for SIGSEGV exceptions.Matt Kopec2013-08-091-0/+6
OpenPOWER on IntegriCloud