llvm-project/lldb/source/Host
Pavel Labath 47381fa611 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
2018-03-29 10:09:11 +00:00
..
android *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
common NativeThreadProtocol: delete dead code 2018-03-29 10:09:11 +00:00
freebsd Delete some unused #includes of CleanUp.h, NFC 2018-02-23 00:29:40 +00:00
linux [Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on Linux 2018-01-29 18:25:06 +00:00
macosx Introduce a setting to disable Spotlight while running the test suite 2018-03-12 20:52:36 +00:00
netbsd Delete some unused #includes of CleanUp.h, NFC 2018-02-23 00:29:40 +00:00
openbsd Delete some unused #includes of CleanUp.h, NFC 2018-02-23 00:29:40 +00:00
posix HostThreadPosix::Cancel: remove android-specific implementation 2018-03-06 12:46:05 +00:00
windows Fix windows and freebsd builds for r322174 (Environment) 2018-01-10 12:25:48 +00:00
CMakeLists.txt Remove ObjectFile usage from HostLinux::GetProcessInfo 2018-01-29 10:46:00 +00:00