Change ProcessEventData over to use a std::weak_ptr to a process intead of a...
Change ProcessEventData over to use a std::weak_ptr to a process intead of a std::shared_ptr. Anyone consuming events for a process should have the process around long enough to grab the event and anyone that holds onto an event for too long won't keep the process around. llvm-svn: 238541
Loading
Please register or sign in to comment