• Matthias Liedtke's avatar
    [wasm-gc] Debugger: Provide type info for structs and arrays in tables · ee9b0f9f
    Matthias Liedtke authored
    This change also modifies the way references are typed: Instead of
    using the static type (which may be a generic type like anyref) the
    actual type based on the referenced object is used.
    While this is very useful for arrays and structs (and somewhat nice for
    i31 not just being a number but also having some type information), it
    means for non-null values that the reference type is "not nullable",
    so it will show e.g. "ref $type0" although the static type  might be
    "ref null $type0".
    
    Bug: v8:7748
    Change-Id: I00c3258b0da6f89ec5efffd2a963889b1f341c3a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3852485Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Matthias Liedtke <mliedtke@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#82753}
    ee9b0f9f
Name
Last commit
Last update
..
console Loading commit data...
cpu-profiler Loading commit data...
debugger Loading commit data...
heap-profiler Loading commit data...
regress Loading commit data...
runtime Loading commit data...
sessions Loading commit data...
type-profiler Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
frontend-channel.h Loading commit data...
inspector-test.cc Loading commit data...
inspector.status Loading commit data...
isolate-data.cc Loading commit data...
isolate-data.h Loading commit data...
json-parse-expected.txt Loading commit data...
json-parse.js Loading commit data...
print-method-not-found-expected.txt Loading commit data...
print-method-not-found.js Loading commit data...
protocol-test.js Loading commit data...
task-runner.cc Loading commit data...
task-runner.h Loading commit data...
tasks.cc Loading commit data...
tasks.h Loading commit data...
testcfg.py Loading commit data...
utils.cc Loading commit data...
utils.h Loading commit data...
wasm-inspector-test.js Loading commit data...