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

Issue 2588763002: [wasm] Implement GetPossibleBreakpoints (Closed)

Created:
4 years ago by Clemens Hammacher
Modified:
4 years ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Implement GetPossibleBreakpoints This CL implements GetPossibleBreakpoints for wasm, by iterating over all functions in the requested range and returning the location of all instructions within that range. The connection to the inspector will be added later, when setting breakpoint also works for wasm: http://crrev.com/2536763002 BUG=chromium:613110 R=titzer@chromium.org Review-Url: https://codereview.chromium.org/2588763002 Cr-Commit-Position: refs/heads/master@{#41818} Committed: https://chromium.googlesource.com/v8/v8/+/1fef739ab072b9262d83b50c8fec9f4b1409e099

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -13 lines) Patch
M src/wasm/wasm-objects.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/wasm/wasm-objects.cc View 1 2 chunks +72 lines, -0 lines 0 comments Download
M test/cctest/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/wasm/test-wasm-breakpoints.cc View 1 chunk +71 lines, -0 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 3 chunks +20 lines, -13 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (8 generated)
Clemens Hammacher
4 years ago (2016-12-19 15:36:20 UTC) #3
titzer
lgtm with nit https://codereview.chromium.org/2588763002/diff/1/src/wasm/wasm-objects.cc File src/wasm/wasm-objects.cc (right): https://codereview.chromium.org/2588763002/diff/1/src/wasm/wasm-objects.cc#newcode667 src/wasm/wasm-objects.cc:667: DCHECK(!functions.empty()); Isn't this check redundant with ...
4 years ago (2016-12-19 15:44:58 UTC) #4
Clemens Hammacher
https://codereview.chromium.org/2588763002/diff/1/src/wasm/wasm-objects.cc File src/wasm/wasm-objects.cc (right): https://codereview.chromium.org/2588763002/diff/1/src/wasm/wasm-objects.cc#newcode667 src/wasm/wasm-objects.cc:667: DCHECK(!functions.empty()); On 2016/12/19 at 15:44:58, titzer wrote: > Isn't ...
4 years ago (2016-12-19 15:59:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2588763002/20001
4 years ago (2016-12-19 16:56:54 UTC) #10
commit-bot: I haz the power
4 years ago (2016-12-19 17:23:02 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/1fef739ab072b9262d83b50c8fec9f4b140...

Powered by Google App Engine
This is Rietveld 408576698