summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Don't ever reduce the timeout of a packet, only increase it.Greg Clayton2017-04-171-3/+11
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Ensure lldb-server waits for child debug servers to start up when passing the...Howard Hellyer2017-02-231-7/+16
* Add a format_provider for the Timeout classPavel Labath2017-02-101-3/+2
* Remove the verbose category in the gdb-remote channelPavel Labath2017-02-061-8/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Prefer lzfse if it is an available compression method (this wasJason Molenda2017-01-241-3/+3
* Introduce chrono to the Communication classPavel Labath2016-11-251-3/+1
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-51/+31
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-4/+6
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-4/+6
* Fix an inefficient StringRef conversion.Zachary Turner2016-09-211-3/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-4/+3
* Fixed the build by changing a couple of const char *s to StringRefs.Sean Callanan2016-09-191-3/+4
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-15/+15
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1274/+1167
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-10/+10
* Fixup r278524 for non-apple targetsPavel Labath2016-08-151-3/+5
* Switch over to using socketpair for local debugserver connections as they are...Greg Clayton2016-08-121-6/+16
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-26/+0
* Remove Android.hPavel Labath2016-08-081-1/+2
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-0/+26
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-26/+0
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-31/+30
* Implement ProcessInfo::Dump(), log gdb-remote stub launchTodd Fiala2016-05-311-2/+9
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-1/+16
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-40/+38
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-191-4/+15
* A small fixup needed for debugserver to work nativelyJason Molenda2015-09-221-61/+64
* A change I'm open to reverting if there is disagreement:Jason Molenda2015-09-091-1/+3
* GDBRemoteCommunication::DecompressPacket assumed that the buffer it wasJason Molenda2015-08-021-11/+20
* Use only unnamed pipes to launch lldb-server gdbserver.Chaoren Lin2015-07-301-19/+21
* Add comment explaning sanity check on packet size in the packet decompression...Jason Molenda2015-07-141-0/+4
* Fix off-by-one error in the packet decompression routineJason Molenda2015-07-141-1/+1
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-181-5/+249
* Add Read Thread to GDBRemoteCommunicationEwan Crawford2015-06-161-1/+113
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-2/+103
* Change ProcessGDBRemote last stop packet to a container.Ewan Crawford2015-05-271-6/+15
* Remote Non-Stop SupportEwan Crawford2015-05-131-1/+3
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-31/+23
* Get lldb-server building on android-9Vince Harron2015-05-121-1/+14
* Add support for ./dotest.py --channel and --log-successVince Harron2015-05-101-0/+9
* Add an unnamed pipe fail-safe to launching lldb-gdbserver.Chaoren Lin2015-04-271-38/+67
OpenPOWER on IntegriCloud