summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
Commit message (Expand)AuthorAgeFilesLines
* Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** classPavel Labath2016-08-161-6/+0
* Switch over to using socketpair for local debugserver connections as they are...Greg Clayton2016-08-121-1/+2
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-23/+0
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-0/+23
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-23/+0
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-7/+8
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-1/+3
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-41/+34
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-3/+2
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-191-0/+1
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-181-0/+26
* Add Read Thread to GDBRemoteCommunicationEwan Crawford2015-06-161-1/+27
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-1/+4
* Change ProcessGDBRemote last stop packet to a container.Ewan Crawford2015-05-271-2/+9
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-17/+22
* Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer2015-02-241-0/+14
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-2/+1
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-0/+10
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-2/+1
* Create a HostThread abstraction.Zachary Turner2014-09-091-2/+2
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-1/+1
* Support for debugging against a remote stock gdbserver.Steve Pucci2014-01-251-1/+2
* Revert to getting a random port and sending that down to debugserver for iOS....Greg Clayton2014-01-101-2/+3
* Centralized the launching of a process into Target::Launch()Greg Clayton2013-12-131-1/+1
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-4/+16
* 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-2/+15
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-3/+3
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-1/+5
* Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton2012-04-131-28/+7
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-1/+1
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-16/+5
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-1/+1
* Added a packet history object to the GDBRemoteCommunication class that is alw...Greg Clayton2012-04-091-2/+130
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-181-1/+2
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-17/+14
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+16
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-0/+3
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-3/+10
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-220/+17
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-31/+17
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-0/+43
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-24/+43
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-3/+9
* Sped up the shutdown time on MacOSX by quite a bit by making sure anyGreg Clayton2011-01-221-2/+7
* Fixed the async packets (packets that need to be sent to the GDB server Greg Clayton2011-01-201-2/+3
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-1/+14
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton2010-12-031-3/+4
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-1/+1
OpenPOWER on IntegriCloud