summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/NativeProcessProtocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reuse appropriate Launch and Attach on NetBSDKamil Rytarowski2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-10/+98
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+6
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-368/+313
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-1/+27
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-28/+28
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-6/+2
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-2/+6
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-6/+2
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-0/+22
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-0/+6
* Fix TestThreadSpecificBreakpoint with LLGSTamas Berghammer2015-02-061-0/+4
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-8/+10
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-4/+4
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-111-2/+21
* llgs: add proper exec support for Linux.Todd Fiala2014-08-281-0/+15
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+397
OpenPOWER on IntegriCloud