summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-3/+4
* Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer2015-02-241-0/+12
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-2/+7
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-3/+1
* Fix warning about the use of mktemp and make platform agnostic by adding and ...Oleksiy Vyalov2015-02-051-25/+11
* Launch lldb-gdbserver in same process group when launched remotely using lldb...Oleksiy Vyalov2015-01-281-4/+6
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-1/+2
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-141-3/+2
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-131-18/+36
* Revert "Use timeout when reading debugserver's port from a named pipe."Zachary Turner2014-12-041-55/+12
* Use timeout when reading debugserver's port from a named pipe.Oleksiy Vyalov2014-12-031-12/+55
* for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when laun...Shawn Best2014-11-051-2/+6
* The change previously committed as 220983 broke large binary memory reads. I ...Greg Clayton2014-11-031-58/+55
* commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemote...Shawn Best2014-10-311-55/+58
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-5/+2
OpenPOWER on IntegriCloud