aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-2625/+2792
2016-09-06Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski1-1/+0
2016-09-05Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti1-0/+1
2016-09-04[NFC] Darwin llgs support from Week of CodeTodd Fiala1-1/+2
2016-08-31Revert r280137 and 280139 and subsequent build fixesPavel Labath1-8/+7
2016-08-31Revert r280200 and put it a proper fixPavel Labath1-1/+2
2016-08-30A few minor stylistic cleanups in StringExtractor.Zachary Turner1-6/+6
2016-08-30Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner1-4/+4
2016-08-27Convert some functions to use StringRef instead of c_str, lenZachary Turner1-19/+19
2016-08-08Remove Android.hPavel Labath1-7/+7
2016-08-01[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain1-1/+12
2016-07-22Support loading files even when incorrect file name specified by the linkerTamas Berghammer1-0/+9
2016-07-21Unify process launching code on linuxPavel Labath1-13/+10
2016-06-29Remove platform plugins from lldb-serverPavel Labath1-5/+1
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-21/+20
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-2/+2
2015-12-04Improve the functionality of JSONNumberTamas Berghammer1-1/+1
2015-11-27[LLGS] Don't forward I/O when process is stoppedPavel Labath1-27/+42
2015-10-26[lldb-server] Send PC of every thread along in the stop-reply packetPavel Labath1-14/+14
2015-10-14lldb-server: add support for binary memory readsPavel Labath1-5/+15
2015-09-15Clean up register naming conventions inside lldb. Jason Molenda1-1/+1
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda1-2/+2
2015-08-12Fix LLGS to enable read type watchpointsOmair Javaid1-5/+4
2015-07-29[LLGS] Spawned process handling cleanupPavel Labath1-91/+26
2015-07-28[LLGS] Avoid bogus error message on process terminationPavel Labath1-15/+10
2015-07-23Add jstopinfo support to llgsPavel Labath1-63/+114
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath1-15/+2
2015-07-21[LLGS] Get rid of the stdio forwarding threadPavel Labath1-58/+58
2015-07-17[LLGS] Limit jThreadsInfo to only the most important registers for nowPavel Labath1-5/+20
2015-07-16Add jThreadsInfo support to lldb-serverPavel Labath1-28/+167
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath1-2/+15
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath1-15/+2
2015-07-13Introduce a MainLoop class and switch llgs to use itPavel Labath1-3/+57
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath1-2/+2
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan1-2/+2
2015-07-08Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath1-2/+2
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer1-0/+31
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-4/+4
2015-05-27Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer1-6/+2
2015-05-15Fix a few compile warningsIlia K1-2/+2
2015-04-29Remove trap code from disassembly.Chaoren Lin1-5/+5
2015-04-15Fixed remote failures in TestCPP11EnumTypes, probably othersVince Harron1-0/+5
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-23/+24
2015-03-24Fetch module specification from remote process alsoTamas Berghammer1-0/+17
2015-03-19Don't close pseudo terminal master file descriptor on EOFTamas Berghammer1-0/+1
2015-03-17Remove unused handler registreation from GDBRemoteCommunicationServerLLGSTamas Berghammer1-2/+0
2015-03-03Fix errors building on linux.Zachary Turner1-0/+1
2015-03-03Further reduce the header footprint of Process.hZachary Turner1-0/+1
2015-02-19 Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov1-0/+7
2015-02-17Send default register number instead of GDB register number in StopReplyPacket.Chaoren Lin1-19/+5