Added gdb-remote memory read ($m) test.
authorTodd Fiala <todd.fiala@gmail.com>
Tue, 3 Jun 2014 18:09:56 +0000 (18:09 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Tue, 3 Jun 2014 18:09:56 +0000 (18:09 +0000)
commit68c246aad0836b7a948cc4088c85677a36637174
treec9fc88b092aeaa3d61ef164f70da91a3c9b44fad
parentea04672c82db08338fbe65f53afacca069dcf8b7
Added gdb-remote memory read ($m) test.

Added set-memory:{content} and get-memory-address-hex: commands
to the test exe for gdb-remote.  Added a test that sets the content
via the inferior command line, then reads it back via gdb-remote
with $m.

Passing on debugserver.  Marked as fail on llgs.  Implementing
in the llgs branch next.

llvm-svn: 210116
lldb/test/tools/lldb-gdbserver/TestLldbGdbServer.py
lldb/test/tools/lldb-gdbserver/main.cpp