1. 06 Jun, 2020 1 commit
  2. 26 May, 2020 1 commit
  3. 19 May, 2020 1 commit
  4. 15 Apr, 2020 1 commit
  5. 07 Apr, 2020 1 commit
  6. 27 Mar, 2020 2 commits
  7. 26 Mar, 2020 1 commit
  8. 16 Mar, 2020 2 commits
  9. 11 Mar, 2020 1 commit
  10. 25 Feb, 2020 2 commits
  11. 19 Feb, 2020 1 commit
  12. 17 Feb, 2020 1 commit
  13. 05 Feb, 2020 1 commit
  14. 22 Jan, 2020 1 commit
    • Clemens Backes's avatar
      [wasm] First plumbing for debugging in Liftoff · 7b79a02d
      Clemens Backes authored
      This CL adds a --debug-in-liftoff flag, which takes another path in
      {WasmScript::SetBreakPointForFunction}, and sets the breakpoint via
      {wasm::DebugInfo} (Liftoff-related) instead of {WasmDebugInfo} (C++
      interpreter related).
      Actual breakpoint support is not there yet, so the new test which sets
      this flag does not currently break anywhere. This will change with a
      future CL.
      
      R=thibaudm@chromium.org
      
      Bug: v8:10147
      Change-Id: I95a905e666b8f502366d2c7273c8f25a267ee184
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2012920
      Commit-Queue: Clemens Backes <clemensb@chromium.org>
      Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#65921}
      7b79a02d