Fixed the "log enable gdb-remote packets" to support dumping the binary memory read...
authorGreg Clayton <gclayton@apple.com>
Fri, 20 Jun 2014 20:41:07 +0000 (20:41 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 20 Jun 2014 20:41:07 +0000 (20:41 +0000)
commit06f09b58f7d712a047fc1a52f86b3d4177b13844
treed8baf1506a1b92b94184c36f29d9e69686b3549d
parent4a01230db47e979146cf5784ca78bd7d6f802ac3
Fixed the "log enable gdb-remote packets" to support dumping the binary memory read packet ('x') by printing out the binary data correctly using only printable characters and removing the 0x7d escapes so the memory is readable in the packet output.

llvm-svn: 211400
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp