Fix uninitialized field warnings in GDBRemoteRegisterContext
authorPavel Labath <labath@google.com>
Mon, 8 Aug 2016 13:38:33 +0000 (13:38 +0000)
committerPavel Labath <labath@google.com>
Mon, 8 Aug 2016 13:38:33 +0000 (13:38 +0000)
commit142f4f76be8b9c65385029213a36248e34547e3f
treedf5d67a6ca7695137c404ce8b95313562edd1116
parent73337f3dfa3114150f2bf68244f90213db38db50
Fix uninitialized field warnings in GDBRemoteRegisterContext

also take the opportunity to replace NULL with nullptr and add clang-format guards to prevent it
from messing up the nice table there.

llvm-svn: 278005
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp