v8/test
Jakob Kummerow d180d40d28 [wasm][devtools] Fix reported function body offsets
The DevTools frontend doesn't want the Wasm module's understanding of
function body offsets (i.e. including locals), but the ranges of
offsets where breakpoints can be set (i.e. only where instructions are).
This patch adjusts the reported offsets accordingly.
A consequence is that we have to report full (start,end) pairs for each
function, instead of being able to dedupe end1==start2 etc.

Bug: v8:12917
Change-Id: I0c7d2d96435cdac2c4553647b7bcc8783bc1798b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3780526
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Philip Pfaffe <pfaffe@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81887}
2022-07-22 10:08:32 +00:00
..
benchmarks [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
bigint [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
cctest [test] Move cctest/test-api-icu to unittests/ 2022-07-22 08:36:41 +00:00
common [test][wasm-gc] replace remaining new and cast instructions using rtt 2022-07-20 12:21:15 +00:00
debugger [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
debugging [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
fuzzer Make CompilationResult an aggregate in C++20. 2022-07-20 08:20:27 +00:00
fuzzilli [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
inspector [wasm][devtools] Fix reported function body offsets 2022-07-22 10:08:32 +00:00
intl [intl] Sync number format v3 to pr92 2022-07-19 02:09:02 +00:00
js-perf-test [compiler] Inline Array.prototype.at in JSCallReducer 2022-05-25 10:01:03 +00:00
memory [snapshot] Fix the Memory.json benchmark 2021-04-28 07:54:34 +00:00
message [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
mjsunit [fastcall] Implement support for Uint8Array arguments 2022-07-22 09:05:41 +00:00
mkgrokdump [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
mozilla [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
test262 [Temporal] Add special version of BalanceDuration 2022-07-22 01:08:48 +00:00
torque Reland "Reland "[Torque] Generalize Torque literals to larger size"" 2022-02-04 09:40:24 +00:00
unittests [test] Move cctest/test-api-icu to unittests/ 2022-07-22 08:36:41 +00:00
wasm-api-tests [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
wasm-js [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
wasm-spec-tests [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
webkit [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
BUILD.gn [test] Move cctest/interpreter to unittests 2022-06-10 08:37:10 +00:00
OWNERS