summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable AUXV and QPassSignals in gdb-remote for NetBSDKamil Rytarowski2017-03-211-1/+1
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-38/+17
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-3/+11
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+37
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* UriParser cleanupPavel Labath2017-02-101-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-201-12/+47
* Introduce chrono to the Communication classPavel Labath2016-11-251-2/+2
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-3/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-1/+0
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-081-0/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2625/+2792
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-061-1/+0
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-051-0/+1
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-1/+2
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-8/+7
* Revert r280200 and put it a proper fixPavel Labath2016-08-311-1/+2
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-301-6/+6
* Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner2016-08-301-4/+4
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-19/+19
* Remove Android.hPavel Labath2016-08-081-7/+7
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-1/+12
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-0/+9
* Unify process launching code on linuxPavel Labath2016-07-211-13/+10
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-5/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-21/+20
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-2/+2
* Improve the functionality of JSONNumberTamas Berghammer2015-12-041-1/+1
* [LLGS] Don't forward I/O when process is stoppedPavel Labath2015-11-271-27/+42
* [lldb-server] Send PC of every thread along in the stop-reply packetPavel Labath2015-10-261-14/+14
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-5/+15
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* Fix LLGS to enable read type watchpointsOmair Javaid2015-08-121-5/+4
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-291-91/+26
* [LLGS] Avoid bogus error message on process terminationPavel Labath2015-07-281-15/+10
* Add jstopinfo support to llgsPavel Labath2015-07-231-63/+114
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-15/+2
* [LLGS] Get rid of the stdio forwarding threadPavel Labath2015-07-211-58/+58
* [LLGS] Limit jThreadsInfo to only the most important registers for nowPavel Labath2015-07-171-5/+20
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-28/+167
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-2/+15
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-15/+2
OpenPOWER on IntegriCloud