summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-2/+2
* Make ThreadStateCoordinator to handle properly failed stop/resume operations.Chaoren Lin2015-02-031-11/+12
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-4/+3
* Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...Chaoren Lin2015-02-031-94/+85
* Refactor ptrace commands in NativeProcessLinux to use Error as result return ...Chaoren Lin2015-02-031-260/+174
* LLGS local - signal stops inferior in debuggerChaoren Lin2015-02-031-20/+1
* Fix up NativeProcessLinux::Interrupt() to use thread state coordinator mechan...Chaoren Lin2015-02-031-0/+73
* Added code to prevent "administrative stop" from overwriting a real stop reason.Chaoren Lin2015-02-031-5/+38
* Fix step commands that mix running threads and stepping threads.Chaoren Lin2015-02-031-5/+0
* Disabled local-llgs hijacking of state on startup; passed along signo to kill...Chaoren Lin2015-02-031-13/+2
* Fix some bugs in llgs thread state handling.Chaoren Lin2015-02-031-9/+9
* llgs: more work on thread stepping.Chaoren Lin2015-02-031-6/+41
* llgs: fix up some handling of stepping.Chaoren Lin2015-02-031-39/+42
* llgs: fixed a bug in deferred signal thread id; added coordinator enqueue log...Chaoren Lin2015-02-031-1/+1
* Get initial thread state coordinator integration working.Chaoren Lin2015-02-031-401/+435
* Fix broken NativeProcessLinux.cpp after signature change of ResolveExecutable.Oleksiy Vyalov2014-11-171-1/+1
* Fix broken Linux build after signature change of ResolveExecutable.Oleksiy Vyalov2014-11-171-3/+4
* Refactor NativeProcessLinux::AttachToProcess in order to avoid reinterpret_ca...Oleksiy Vyalov2014-11-131-7/+4
* Fix error handling in NativeProcessLinux::AttachToInferior: http://reviews.ll...Shawn Best2014-11-111-1/+8
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-1/+6
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-102/+63
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+8
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-8/+6
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-2/+2
* Fix typo in Linux ASLR logging.Todd Fiala2014-09-191-1/+1
* lldb fix ARM64 register access - llgs sideTodd Fiala2014-09-151-0/+104
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-111-38/+186
* Create a HostThread abstraction.Zachary Turner2014-09-091-22/+15
* llgs: add proper exec support for Linux.Todd Fiala2014-08-281-5/+70
* 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-211-0/+54
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-4/+3
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-171-3/+42
* 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
* 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
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+3465
OpenPOWER on IntegriCloud