llvm-project/lldb/source/Plugins/Process/gdb-remote
Greg Clayton 84577092ba Don't ever reduce the timeout of a packet, only increase it.
Differential Revision: https://reviews.llvm.org/D32087

llvm-svn: 300455
2017-04-17 16:20:22 +00:00
..
CMakeLists.txt Reuse appropriate Launch and Attach on NetBSD 2017-03-22 17:24:37 +00:00
GDBRemoteClientBase.cpp Introduce chrono to more gdb-remote functions 2016-11-24 10:54:49 +00:00
GDBRemoteClientBase.h [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse 2016-09-23 09:11:49 +00:00
GDBRemoteCommunication.cpp Don't ever reduce the timeout of a packet, only increase it. 2017-04-17 16:20:22 +00:00
GDBRemoteCommunication.h Don't ever reduce the timeout of a packet, only increase it. 2017-04-17 16:20:22 +00:00
GDBRemoteCommunicationClient.cpp Increase the packet timeout for the jModulesInfo since it can take longer than the default 1 second timeout on some linux versions when many shared libraries are involved. 2017-04-14 17:10:04 +00:00
GDBRemoteCommunicationClient.h Make LLDB skip server-client roundtrip for signals that don't require any actions 2017-03-07 21:34:40 +00:00
GDBRemoteCommunicationServer.cpp Introduce chrono to more gdb-remote functions 2016-11-24 10:54:49 +00:00
GDBRemoteCommunicationServer.h Introduce chrono to more gdb-remote functions 2016-11-24 10:54:49 +00:00
GDBRemoteCommunicationServerCommon.cpp Fix warnings from clang build on macOS. 2017-03-23 09:52:26 +00:00
GDBRemoteCommunicationServerCommon.h gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
GDBRemoteCommunicationServerLLGS.cpp Delete some more dead includes. 2017-03-22 23:33:16 +00:00
GDBRemoteCommunicationServerLLGS.h Move GetAuxvData from Host to relevant process plugins 2017-03-17 11:08:40 +00:00
GDBRemoteCommunicationServerPlatform.cpp Delete some more dead includes. 2017-03-22 23:33:16 +00:00
GDBRemoteCommunicationServerPlatform.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GDBRemoteRegisterContext.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
GDBRemoteRegisterContext.h Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ProcessGDBRemote.cpp Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
ProcessGDBRemote.h Move StringList from Core -> Utility. 2017-03-21 18:25:04 +00:00
ProcessGDBRemoteLog.cpp Switch GDBRemoteLog to the new registration mechanism 2017-02-17 16:09:06 +00:00
ProcessGDBRemoteLog.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ThreadGDBRemote.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ThreadGDBRemote.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00