Skip to content
Commit aeb3b8b1 authored by Greg Clayton's avatar Greg Clayton
Browse files

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
parent 27a6cfd8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment