Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Issue 2482513002: [inspector] use debuggerContext as current in getPossibleBreakpoints (Closed)

Created:
4 years, 1 month ago by kozy
Modified:
4 years, 1 month ago
Reviewers:
dgozman
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] use debuggerContext as current in getPossibleBreakpoints getPossibleBreakpoints can lead to code compilation. Compiler requires current context to allocate array contants. BUG=none R=dgozman@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -3 lines) Patch
M src/inspector/v8-debugger-agent-impl.cc View 2 chunks +5 lines, -1 line 0 comments Download
M test/inspector/debugger/get-possible-breakpoints.js View 2 chunks +7 lines, -2 lines 0 comments Download
M test/inspector/debugger/get-possible-breakpoints-expected.txt View 1 chunk +18 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 5 (4 generated)
kozy
4 years, 1 month ago (2016-11-04 21:33:23 UTC) #1
Dmitry, please take a look.

I'd like to use debuggerContext here before we found better solution to fix a
crash and continue work on inline breakpoints.
I'll figure out better way how to manage this case in the same CL where I move
setBreakpoint methods to new debug-interface after discussion with Yang.

Powered by Google App Engine
This is Rietveld 408576698