summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add better logging for the "$vFile:pwrite:" packet so we can show binary data...Greg Clayton2014-09-181-5/+33
* Create a HostThread abstraction.Zachary Turner2014-09-091-6/+6
* Add arbitrary command line flags to llgs/debugserver startup for local debugg...Todd Fiala2014-08-291-1/+19
* Fixes a few more places where we were manually setting the filename.Zachary Turner2014-08-211-1/+1
* Two small fixes to get Mac native + debugserver working after theJason Molenda2014-08-211-1/+1
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-3/+4
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-1/+2
* Creates a socket host object.Zachary Turner2014-08-061-2/+2
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-1/+19
* Fixed the "log enable gdb-remote packets" to support dumping the binary memor...Greg Clayton2014-06-201-3/+42
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-0/+1
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-121-1/+1
* Be sure to propagate the error back out SBTarget::Attach() when we fail to la...Greg Clayton2014-02-281-22/+25
OpenPOWER on IntegriCloud