"llvm/utils/llvmdo" did not exist on "0277fd7b4401bd88593a39386de3e0e80fb97366"
Lock the owners mutex in the BreakpointSite before updating the hit
counts. If you delete a breakpoint belonging to a site just as you are processing a hit on that site, you could cause the BreakpointSite loop to access a now deleted location. <rdar://problem/19310323> llvm-svn: 243507
Loading
Please sign in to comment