Improved the packet dumper to escape the response string before sending it to the...
authorGreg Clayton <gclayton@apple.com>
Wed, 22 Jul 2015 20:12:58 +0000 (20:12 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 22 Jul 2015 20:12:58 +0000 (20:12 +0000)
commit8c2afa0cd5e0e71853af98368150d87b0126f82b
tree67d6f451f216f2f75fe810bba4825325702eb40d
parent079d3e152d736b39cc809c0714a0366bd4a6ec33
Improved the packet dumper to escape the response string before sending it to the response functions (find any 0x7d characters and remove it and XOR the next character with 0x20). This allows us to parse the JSON in the reply packet and display it correctly.

llvm-svn: 242928
lldb/examples/python/gdbremote.py