summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-9/+17
* Fix handling of gdbserver binary packets with escape characters.Steve Pucci2014-02-241-0/+7
* hostname is guarantee to never be null in this branch.Jean-Daniel Dupas2014-02-081-1/+1
* Initialize the named_pipe_path in GDBRemoteCommunication::StartDebugserverPro...Jason Molenda2014-01-251-7/+1
* Terminate an unused char* buffer correctly so we don't try to openJason Molenda2014-01-241-0/+1
* Fixed the Visual Studio Windows buildDeepak Panickal2014-01-131-0/+4
* Revert to getting a random port and sending that down to debugserver for iOS....Greg Clayton2014-01-101-25/+49
* <rdar://problem/15639995>Han Ming Ong2013-12-121-4/+0
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-21/+28
* Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton2013-12-061-1/+1
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-23/+106
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-40/+53
* Fixed format strings as they still must specicy a '%' prior to using PRI*64 m...Greg Clayton2013-10-231-4/+4
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-4/+4
* Clear 'packet_str' before putting new packet.Hafiz Abid Qadeer2013-08-281-0/+2
* Handle run-length-encoding.Hafiz Abid Qadeer2013-08-281-2/+25
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+4
* Include checksum in non-ack modeEd Maste2013-08-201-6/+3
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+7
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
OpenPOWER on IntegriCloud