Added gdbremote protocol test for $p and returned data size.
authorTodd Fiala <todd.fiala@gmail.com>
Thu, 22 May 2014 17:18:18 +0000 (17:18 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Thu, 22 May 2014 17:18:18 +0000 (17:18 +0000)
commitfbce07ced0a4170db71b75dda6022e175e2a5ad1
tree9db5886ba3051ddc04d0c25205b36363d23a5ca9
parentc8dd1ad85b217880fa092eeb890c703de61be007
Added gdbremote protocol test for $p and returned data size.

Each register returned by $qRegisterInfo is tested that it's
$p register read returns a representation that is the correct byte size
as indicated by $qRegisterInfo.

Currently enabled for debugserver, disabled for llgs.

The llgs branch will use this to verify $p implementation.

llvm-svn: 209452
lldb/test/tools/lldb-gdbserver/TestLldbGdbServer.py