For file & line breakpoints, if there are subsets of contiguous line table entries...
authorJim Ingham <jingham@apple.com>
Tue, 12 Mar 2013 01:25:22 +0000 (01:25 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 12 Mar 2013 01:25:22 +0000 (01:25 +0000)
commit7c06a09903d21989418be4b4da077b06d0046dc2
tree691dbed08b9b67121edbf754defd8254e153afe0
parente674c8315ae74b9935bd5df5ca2354e90bcbea73
For file & line breakpoints, if there are subsets of contiguous line table entries for the specified line, set the
breakpoint on the first one of each of the contiguous sub-sets of entries, and not all the others.

llvm-svn: 176846
lldb/source/Breakpoint/BreakpointResolverFileLine.cpp