NativeThreadProtocol: delete dead code
authorPavel Labath <labath@google.com>
Thu, 29 Mar 2018 10:09:11 +0000 (10:09 +0000)
committerPavel Labath <labath@google.com>
Thu, 29 Mar 2018 10:09:11 +0000 (10:09 +0000)
commit47381fa611595c69a8496ae964a456963efe905c
treebee536502cf20a555e0f6780c9d1bc0483f6c8c4
parenta8b717fda42294d1c8e1f05d71280503e5839f14
NativeThreadProtocol: delete dead code

These functions were unused as everyone just went straight for the
direct operations on the register context. In fact, the
Save/RestoreAllRegisters actually appear to be wrong (inverted). Thanks
to Tatyana for pointing this out.

These functions are not very useful now that we can guarantee that each
thread always contains a valid register context, so I just delete them.

llvm-svn: 328770
lldb/include/lldb/Host/common/NativeThreadProtocol.h
lldb/source/Host/common/NativeThreadProtocol.cpp