Skip to content
Commit 79ea1d88 authored by Jim Ingham's avatar Jim Ingham
Browse files

Rework how the breakpoint conditions & callbacks are handled. We now iterate...

Rework how the breakpoint conditions & callbacks are handled.  We now iterate over all the locations at the site
that got hit, and first check the condition, and if that location's condition says we should stop, then we
run the callback.  In the end if any location's condition and callback say we should stop, then we stop. 

llvm-svn: 146242
parent eb45aa0b
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