| commit | a0206e7e8481b0bd171beb9fc895bd55201eff6e | [log] [tgz] |
|---|---|---|
| author | dgozman <dgozman@chromium.org> | Mon Jul 11 18:30:38 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 11 18:34:50 2016 |
| tree | faf1faf7cfb11ad40c3a6cffe6227677a9fc049d | |
| parent | f6da183fd9aa098f57e04f55c589db3eb31786f5 [diff] |
[DevTools] Allow modifying instrumenting agents while iterating. In this case we stop iteration early (possibly loosing instrumentation call though). This can happen if during instrumentation call we paused the execution, entered nested message loop and detached from there (thus removing agent from the list). BUG=none Review-Url: https://codereview.chromium.org/2139443002 Cr-Commit-Position: refs/heads/master@{#404694}