aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1042/+988
2016-09-04[NFC] Darwin llgs support from Week of CodeTodd Fiala1-2/+27
2016-08-31Revert r280137 and 280139 and subsequent build fixesPavel Labath1-2/+3
2016-08-30A few minor stylistic cleanups in StringExtractor.Zachary Turner1-3/+2
2016-08-29Convert GetNameColonValue to return StringRefs.Zachary Turner1-54/+59
2016-08-27Fix some build bot breakages.Zachary Turner1-5/+5
2016-08-27Convert some functions to use StringRef instead of c_str, lenZachary Turner1-19/+19
2016-07-21Unify process launching code on linuxPavel Labath1-6/+6
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener1-1/+1
2015-10-14[LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...Mohit K. Bhakkad1-1/+3
2015-08-25Adds support for hardware watchpoints on Arm targets.Omair Javaid1-0/+2
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda1-0/+1
2015-08-18Fix AArch64 watchpoint exception handlingOmair Javaid1-1/+3
2015-07-29[LLGS] Spawned process handling cleanupPavel Labath1-92/+0
2015-06-18[LLDB][MIPS] Hardware Watchpoints for MIPSMohit K. Bhakkad1-1/+5
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-14/+14
2015-05-29Add '+' sign at the end of echo packageYing Chen1-1/+1
2015-05-29Add support for the qEcho command to lldb-server in the common packets.Greg Clayton1-0/+10
2015-05-12Get lldb-server building on android-9Vince Harron1-0/+6
2015-04-16Pass normalized target file paths via GDB-remote to a target and denormalize ...Oleksiy Vyalov1-2/+4
2015-03-31Implement Handle_QEnvironmentHexEncoded.Chaoren Lin1-0/+17
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-0/+1
2015-03-24Fetch module specification from remote process alsoTamas Berghammer1-6/+12
2015-03-18Convert open options for POSIX open on target platform.Robert Flack1-1/+2
2015-03-13Add filepath to qModuleInfo packetTamas Berghammer1-2/+16
2015-03-11Pass a process full executable path within "name" response field.Oleksiy Vyalov1-1/+1
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov1-8/+4
2015-02-26Increase default packet timeout for android to 20sTamas Berghammer1-0/+9
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov1-1/+70
2015-02-23Fix the communication in qPlatform_[mkdir,chmod]Tamas Berghammer1-8/+10
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-0/+1204