summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
Commit message (Expand)AuthorAgeFilesLines
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Handle O reply packets during qRcmdPavel Labath2018-01-101-0/+5
* llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath2017-11-091-0/+10
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Don't ever reduce the timeout of a packet, only increase it.Greg Clayton2017-04-171-0/+4
* Introduce chrono to the Communication classPavel Labath2016-11-251-26/+0
* Attempt to fix freebsd build after r287864Pavel Labath2016-11-241-5/+8
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-6/+28
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-12/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-282/+225
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-4/+2
* 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
OpenPOWER on IntegriCloud