llvm-project/lldb/source/Plugins/Process
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
..
FreeBSD Sprinkle some #include <mutex> in files that use std::call_once. 2015-04-03 10:55:00 +00:00
Linux Fixed arm64 build error 2015-05-16 00:26:20 +00:00
MacOSX-Kernel Remove DoAttachToProcessWithId(lldb::pid_t). 2015-05-13 19:44:44 +00:00
POSIX Initial FreeBSD/arm live debugging support 2015-05-13 22:33:12 +00:00
Utility Convert mmap options for target in InferiorCallMmap. 2015-05-09 15:53:31 +00:00
Windows Enable debugging of multithreaded programs on Windows. 2015-05-18 23:24:32 +00:00
elf-core This patch adds support aarch64-linux-gnu (SysV) abi in lldb. 2015-04-29 11:52:35 +00:00
gdb-remote [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet. 2015-05-20 00:30:31 +00:00
mach-core Don't force a vendor check in ProcessMachCore::CanDebug() -- if this 2015-04-29 22:17:45 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00