summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-1/+0
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Enable AUXV and QPassSignals in gdb-remote for NetBSDKamil Rytarowski2017-03-211-1/+1
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-7/+8
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-8/+7
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-7/+8
* Delete LLDB's MD5 code. Use LLVM instead.Zachary Turner2017-03-201-7/+7
* Remove FileSystem::Get/SetFilePermissionsZachary Turner2017-03-191-2/+3
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-9/+8
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-10/+7
* [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABINitesh Jain2016-10-121-7/+6
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-4/+4
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-14/+85
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1042/+988
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-2/+27
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-2/+3
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-301-3/+2
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-54/+59
* Fix some build bot breakages.Zachary Turner2016-08-271-5/+5
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-19/+19
* Unify process launching code on linuxPavel Labath2016-07-211-6/+6
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* [LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...Mohit K. Bhakkad2015-10-141-1/+3
* Adds support for hardware watchpoints on Arm targets.Omair Javaid2015-08-251-0/+2
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-0/+1
* Fix AArch64 watchpoint exception handlingOmair Javaid2015-08-181-1/+3
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-291-92/+0
* [LLDB][MIPS] Hardware Watchpoints for MIPSMohit K. Bhakkad2015-06-181-1/+5
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-14/+14
* Add '+' sign at the end of echo packageYing Chen2015-05-291-1/+1
* Add support for the qEcho command to lldb-server in the common packets.Greg Clayton2015-05-291-0/+10
* Get lldb-server building on android-9Vince Harron2015-05-121-0/+6
* Pass normalized target file paths via GDB-remote to a target and denormalize ...Oleksiy Vyalov2015-04-161-2/+4
* Implement Handle_QEnvironmentHexEncoded.Chaoren Lin2015-03-311-0/+17
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+1
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-6/+12
* Convert open options for POSIX open on target platform.Robert Flack2015-03-181-1/+2
* Add filepath to qModuleInfo packetTamas Berghammer2015-03-131-2/+16
* Pass a process full executable path within "name" response field.Oleksiy Vyalov2015-03-111-1/+1
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-8/+4
* Increase default packet timeout for android to 20sTamas Berghammer2015-02-261-0/+9
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-251-1/+70
OpenPOWER on IntegriCloud