• Paolo Severini's avatar
    Wasm debugging with LLDB: access Wasm engine state · 74e93186
    Paolo Severini authored
    This changelist makes the GDB-stub actually execute GDB-remote commands, by
    accessing the Wasm engine state. More precisely:
    - class GdbServer registers DebugDelegates that receive debug notifications when
      a new Wasm module is loaded, when execution suspends at a breakpoint or for an
      unhandled exception.
    - Since the GDB-remote commands arrive on a separate thread, all
      queries from the debugger are transformed into Task objects, that are posted
      into a TaskRunner that runs in the Isolate thread.
    - class WasmModuleDebug contains the logic to retrieve the value of globals, locals, memory ranges from the
      Wasm engine and to add/remove breakpoints.
    
    Build with: v8_enable_wasm_gdb_remote_debugging = true
    Run with: --wasm-gdb-remote
    Test with: python tools\run-tests.py --outdir=out\debug_x64 debugging -j 1
    
    Bug: chromium:1010467
    Change-Id: I9703894620a027d3c920926db92e2ff809d84ab8
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1941139Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Paolo Severini <paolosev@microsoft.com>
    Cr-Commit-Position: refs/heads/master@{#67412}
    74e93186
Name
Last commit
Last update
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.flake8 Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
COMMON_OWNERS Loading commit data...
DEPS Loading commit data...
ENG_REVIEW_OWNERS Loading commit data...
INFRA_OWNERS Loading commit data...
INTL_OWNERS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
MIPS_OWNERS Loading commit data...
OWNERS Loading commit data...
PPC_OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
S390_OWNERS Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...