llvm-project/lldb/source/Plugins
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
..
ABI Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
Disassembler Fix call to llvm::Target::createMCInstPrinter. 2015-03-31 00:59:13 +00:00
DynamicLoader Fix a few compile warnings 2015-05-13 09:04:59 +00:00
Instruction Fix encoding of BX instrucion in EmulateInstructionARM 2015-05-18 14:55:51 +00:00
InstrumentationRuntime Further reduce header footprint of Debugger.h. 2015-03-04 01:58:01 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Fix a few compile warnings 2015-05-15 09:15:27 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. 2015-03-10 01:15:28 +00:00
ObjectFile Fix parsing of the plt section for android-arm 2015-05-08 09:40:05 +00:00
OperatingSystem Fix stepping a virtual thread when the python operating system was enabled. 2015-04-07 22:17:41 +00:00
Platform Use ADB pull to download modules from android target. 2015-05-18 23:44:06 +00:00
Process [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet. 2015-05-20 00:30:31 +00:00
SymbolFile Don't crash if we have bad debug info that has a DW_TAG_inheritance with a bad DW_AT_type reference. Emit an error with instructions to file a bug. 2015-05-15 22:31:18 +00:00
SymbolVendor Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds can take advantage of the new GDB register info from the target XML. 2015-04-16 23:13:26 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Add support for 'leal' instruction to UnwindAssembly-x86 2015-03-25 10:46:45 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Assembly profiler for mips32 2015-05-15 06:53:30 +00:00