llvm-project/lldb/source/Plugins/Process/gdb-remote
Siva Chandra 8fd94c9e68 [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet.
Summary:
The test in TestPlatformCommand which runs "platform process list" has
been timing out for Android when running running dosep.py with
LLDB_TEST_THREADS=8. This patch increases the packet timeout to a large
value of 1min to accommodate the long time required for a response for
the qfProcessInfo packet on Android.

Test Plan: LLDB_TEST_THREADS=8 ./dosep.py on Android.

Reviewers: chaoren

Reviewed By: chaoren

Subscribers: tberghammer, lldb-commits

Differential Revision: http://reviews.llvm.org/D9866

llvm-svn: 237752
2015-05-20 00:30:31 +00:00
..
CMakeLists.txt Fix cmake build on osx after r235109 2015-04-17 11:20:30 +00:00
GDBRemoteCommunication.cpp Remote Non-Stop Support 2015-05-13 09:18:18 +00:00
GDBRemoteCommunication.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
GDBRemoteCommunicationClient.cpp [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet. 2015-05-20 00:30:31 +00:00
GDBRemoteCommunicationClient.h Remote Non-Stop Support 2015-05-13 09:18:18 +00:00
GDBRemoteCommunicationServer.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
GDBRemoteCommunicationServer.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
GDBRemoteCommunicationServerCommon.cpp Get lldb-server building on android-9 2015-05-12 01:10:56 +00:00
GDBRemoteCommunicationServerCommon.h Implement Handle_QEnvironmentHexEncoded. 2015-03-31 22:37:59 +00:00
GDBRemoteCommunicationServerLLGS.cpp Fix a few compile warnings 2015-05-15 09:15:27 +00:00
GDBRemoteCommunicationServerLLGS.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
GDBRemoteCommunicationServerPlatform.cpp Windows: fix bug in getcwd() and add chdir(). 2015-05-12 18:47:33 +00:00
GDBRemoteCommunicationServerPlatform.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
GDBRemoteRegisterContext.cpp Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
GDBRemoteRegisterContext.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
Makefile
ProcessGDBRemote.cpp Fix StopInfoWatchpoint handling after r237411 2015-05-15 10:14:51 +00:00
ProcessGDBRemote.h Remove DoAttachToProcessWithId(lldb::pid_t). 2015-05-13 19:44:44 +00:00
ProcessGDBRemoteLog.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ProcessGDBRemoteLog.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ThreadGDBRemote.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ThreadGDBRemote.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00