llvm-project/lldb/source
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
..
API Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) 2015-05-18 13:41:01 +00:00
Breakpoint Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) 2015-05-18 13:41:01 +00:00
Commands Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) 2015-05-18 13:41:01 +00:00
Core A previous patch made it so that ValueObjects could update themselves even in the face of an invalid execution context (which was required for the dynamic and synthetic values of const objects) 2015-05-19 18:53:13 +00:00
DataFormatters Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
Expression Don't allow infininte recursion when trying to resolve re-exported symbols. 2015-05-15 21:27:16 +00:00
Host Remove trailing slash from dumping directory FileSpec. 2015-05-19 23:11:58 +00:00
Initialization Assembly profiler for mips32 2015-05-15 06:53:30 +00:00
Interpreter Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
Plugins [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet. 2015-05-20 00:30:31 +00:00
Symbol Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
Target Enable debugging of multithreaded programs on Windows. 2015-05-18 23:24:32 +00:00
Utility Remote Non-Stop Support 2015-05-13 09:18:18 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00