Refactor NativeProcessLinux::AttachToProcess in order to avoid reinterpret_cast from...
authorOleksiy Vyalov <ovyalov@google.com>
Thu, 13 Nov 2014 18:22:16 +0000 (18:22 +0000)
committerOleksiy Vyalov <ovyalov@google.com>
Thu, 13 Nov 2014 18:22:16 +0000 (18:22 +0000)
commit1339b5e8ae6c28f08d20d0df93e5f21e79cf030e
tree784ebc4d668dc77931872f29e465d03a31784e5c
parent631cc9ce1aeadd052aa1d4860210256cdd6e22ac
Refactor NativeProcessLinux::AttachToProcess in order to avoid reinterpret_cast from NativeProcessProtocol* to NativeProcessLinux*.

llvm-svn: 221906
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp