• Benedikt Meurer's avatar
    [wasm][debug] Simplify debug name handling. · 1bd5755b
    Benedikt Meurer authored
    This moves the logic for the debug name heuristic, which derives names
    for imported and exported entities from the relevant tables, into
    wasm-debug.{cc,h} and stores these maps on the DebugInfoImpl rather than
    on the WasmModule.
    
    Drive-by-fix: Also use the import table based heuristic for function
    names, just like we use it for everything else.
    
    Bug: chromium:1164305
    Change-Id: I8a21e0880c680079f63e6607b5b62c788049b9e1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2625870
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72061}
    1bd5755b
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...