summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-2/+2
* Use Log::Printf() instead of printf().Johnny Chen2012-06-021-1/+2
* <rdar://problem/11486302>Greg Clayton2012-05-311-1/+5
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-1/+1
* Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton2012-04-131-9/+41
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-7/+2
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-25/+8
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-4/+1
* Added a packet history object to the GDBRemoteCommunication class that is alw...Greg Clayton2012-04-091-16/+117
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Initialize the all important automatic variable 'lldb::ConnectionStatus statu...Johnny Chen2011-07-191-1/+1
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-0/+11
* When we use the "fd://%u" for file descriptors, we need to detect if this isGreg Clayton2011-07-021-7/+12
* Cleanup errors that come out of commands and make sure they all have newlinesGreg Clayton2011-07-021-10/+42
OpenPOWER on IntegriCloud