Forgot to bump the local string buffer up in size after debugging to make sure long...
authorGreg Clayton <gclayton@apple.com>
Sat, 19 May 2012 00:18:00 +0000 (00:18 +0000)
committerGreg Clayton <gclayton@apple.com>
Sat, 19 May 2012 00:18:00 +0000 (00:18 +0000)
commitde87c0fdb4957cc707886ff57b45e185e120736f
treea75548a17f91434b81793071e36d7ac47cfb2cb3
parent864d0b002cdc8d781d49896160ced1859eaf9d83
Forgot to bump the local string buffer up in size after debugging to make sure long strings would be correctly read when the buffer is too small for the string.

llvm-svn: 157087
lldb/source/Target/Process.cpp