Change RNBRemote::HandlePacket_m() to store the packet on the heap
authorJason Molenda <jmolenda@apple.com>
Tue, 11 Feb 2014 00:48:29 +0000 (00:48 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 11 Feb 2014 00:48:29 +0000 (00:48 +0000)
commite54a0bfcd34611a2d4ef7a38ec7f3a4a6f29520b
treebb015ec090af91b9b56ef82907be86b288254a25
parentda276f9013d3169751320e169f136530015f352b
Change RNBRemote::HandlePacket_m() to store the packet on the heap
instead of on the stack.  Handles larger packet read requests better.

llvm-svn: 201118
lldb/tools/debugserver/source/RNBRemote.cpp