summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-101-1/+5
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-101-5/+1
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-101-1/+5
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunicationRaphael Isemann2019-01-251-2/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Force libcompression calls to be enabled when building on DarwinJason Molenda2018-12-181-0/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-2/+2
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-76/+9
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* 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
OpenPOWER on IntegriCloud