Save away the locations at the site we hit and iterate over that collection. Otherwi...
authorJim Ingham <jingham@apple.com>
Thu, 11 Apr 2013 22:53:47 +0000 (22:53 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 11 Apr 2013 22:53:47 +0000 (22:53 +0000)
commitdbd3c4da5cc153497277dfbf8f41ffd1c3f12bbd
treeafcd4186c596111cab47f95881f3859b2ddf284e
parentc7a90202beeab8191ee866f573f96a4231e29bd4
Save away the locations at the site we hit and iterate over that collection.  Otherwise the action of one location
could delete the other locations, and that would leave us iterating over a reduced size collection and crash.

<rdar://problem/13592544>

llvm-svn: 179332
lldb/source/Target/StopInfo.cpp