Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.
authorGreg Clayton <gclayton@apple.com>
Fri, 17 Jul 2015 00:19:31 +0000 (00:19 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 17 Jul 2015 00:19:31 +0000 (00:19 +0000)
commitb2273bd3d62dd7570867df1bcb9a19757a9a78f5
treef76b45a788bda6faf7a8d7ede157db6ffbcefabe
parentd1e2fad2e036060ca9f0eaa04a58c8f1dc1aaa77
Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.

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