The Process class ivar ivar was changed to a weak pointer, but was still _sp.
authorJim Ingham <jingham@apple.com>
Tue, 26 Jun 2018 23:38:58 +0000 (23:38 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 26 Jun 2018 23:38:58 +0000 (23:38 +0000)
commitb87b9e6a83eeb0bac54f159ec93b30d7ff9d7a32
tree73bba17b7530f02de52bf8b299d530b0487f4259
parentd6cbdc3767c30b2f6e74c0856872f21649cffa03
The Process class ivar ivar was changed to a weak pointer, but was still _sp.
Fix that to _wp.

llvm-svn: 335689
lldb/include/lldb/Target/Process.h
lldb/source/Target/Process.cpp