Increase the gdb-remote packet timeout for the first packet we send
authorJason Molenda <jmolenda@apple.com>
Thu, 24 Jul 2014 01:36:24 +0000 (01:36 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 24 Jul 2014 01:36:24 +0000 (01:36 +0000)
commit36a216eefc8c1d46bc6704cd355d55abbea33c41
tree2b16c8c5227111fbbe53742cb110d0301f5818ea
parent451f30e89f882e796cbba744fc4f340b7ddbf43f
Increase the gdb-remote packet timeout for the first packet we send
to the remote side (QStartNoAckMode) - it may take a little longer
than normal to get a reply.

In debugserver, hardcode the priority for several threads so they
aren't de-prioritized when a user app is using system resources.
Also, set the names of the threads.

<rdar://problem/17509866>

llvm-svn: 213828
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/tools/debugserver/source/DNB.cpp
lldb/tools/debugserver/source/MacOSX/MachProcess.mm
lldb/tools/debugserver/source/MacOSX/MachTask.mm
lldb/tools/debugserver/source/RNBContext.cpp
lldb/tools/debugserver/source/RNBRemote.cpp
lldb/tools/debugserver/source/debugserver.cpp