summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
AgeCommit message (Expand)Author
2015-06-24Remove old local-only linux debugging codePavel Labath
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-16Fixed arm64 build errorVince Harron
2015-05-15This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid
2015-05-13Fixed a ton of gcc compile warningsVince Harron
2015-05-12Get lldb-server building on android-9Vince Harron
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-25Remove virtual and add override for lots of function.Tamas Berghammer
2015-03-13Create NativeRegisterContext for android-arm64Tamas Berghammer
2015-03-13Add code to exit the NativeProcessLinux Monitor thread on androidTamas Berghammer
2015-03-03Further reduce the header footprint of Process.hZachary Turner
2015-02-28Casting pid to ::pid_t when invoking syscall.Chaoren Lin
2015-02-06Fix TestProcesslaunch regression caused by D7372Pavel Labath
2015-02-06Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86)Tamas Berghammer
2015-02-04Avoid leakage of file descriptors in LLDB and LLGSPavel Labath
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin
2014-11-08LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best
2014-09-27Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala
2014-09-23Fix up the HostThread interface, making the interface simpler.Zachary Turner
2014-09-19Fix typo in Linux ASLR logging.Todd Fiala
2014-09-12lldb fix ARM64 register accessTodd Fiala
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-09-04Fix build break on Ubuntu 12.04 with ARM64 changes.Todd Fiala
2014-08-27Add Linux support for get thread area on ARM64 using ProcessMonitor debugging.Todd Fiala
2014-08-21Enable more Linux aarch64 PTRACE support for local and remote debugging.Todd Fiala
2014-08-17Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala
2014-07-20linux process: silence GCC switch coverage warningSaleem Abdulrasool
2014-07-01Use native ::pid_t in Linux ProcessMonitor (local debugging).Todd Fiala
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-23lldb: deal with non-portable PTRACE-related constantsTodd Fiala
2014-06-16Move x86-specific struct user code for Linux ProcessMonitor behind #define gu...Todd Fiala
2014-04-02Use getpgid() with waitpid() in case the process pgid is not equal to its pid...Andrew MacPherson
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2014-04-01Implement ProcessMonitor::Kill for LinuxEd Maste
2014-03-17Correct copy-and-pasted comments for DetachOperationEd Maste
2014-03-04Get Linux i386 running.Todd Fiala
2014-02-27Fix linux x86 debugging on a linux x86 host (32-bit on 32-bit).Todd Fiala
2014-02-24Fix ptrace log on i386 and include return valueEd Maste
2014-01-27Fix group stop signal handling issue on Linux.Todd Fiala
2014-01-24Fix crash on Linux if sem_wait() is interrupted.Todd Fiala
2013-10-17Removed unnecessary call to OpenFirstAvailableMaster.Richard Mitton
2013-10-17Added support for reading thread-local storage variables, as defined using th...Richard Mitton
2013-10-09Add exec support for Linux including common support for POSIX.Matt Kopec
2013-10-09Clean up RegisterContextPOSIX i386 code.Michael Sartain
2013-09-28If setgid fails for any reason, exit lldb.Sylvestre Ledru
2013-09-18Warning cleanup.Michael Sartain
2013-09-17Fixing a problem with thread creation signal order dependencyAndrew Kaylor
2013-09-16Improve stability of Linux ProcessMonitor by not using fds for synchronization:Daniel Malea
2013-09-14Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...Andrew Kaylor