DescriptionDebugger: do not hold onto debug infos weakly.
SharedFunctionInfos that have a debug info must not be collected.
Otherwise we lose previously set break points. This means that
there is no need to hold onto debug infos weakly. The reason this
has not caused an issue up till now is that code flushing has been
disabled when the debugger is active.
R=ulan@chromium.org
Committed: https://crrev.com/48e38e569caa29d4a3a2cacda92cb2bf24221d4f
Cr-Commit-Position: refs/heads/master@{#29869}
Patch Set 1 #
Total comments: 1
Patch Set 2 : rebase and address comments #
Depends on Patchset: Messages
Total messages: 17 (9 generated)
|