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. 


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146242 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed