v8/test/inspector
clemensh eb36a7dbcf [wasm] Fix importing wasm functions which are being debugged
If the imported wasm function is being debugged (i.e. redirects to the
interpreter), call it via the JS_TO_WASM stub, such that we can disable
the breakpoint later by patching the exported function.

This also contains a drive-by fix in wasm-translation.cc (for the case
that all known positions are bigger than the requested one).

R=titzer@chromium.org, kozyatinskiy@chromium.org
BUG=v8:5971, v8:5822

Review-Url: https://codereview.chromium.org/2720813002
Cr-Commit-Position: refs/heads/master@{#43583}
2017-03-03 12:38:41 +00:00
..
console [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
cpu-profiler [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
debugger [wasm] Fix importing wasm functions which are being debugged 2017-03-03 12:38:41 +00:00
heap-profiler [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
runtime [inspector] fixed endLine in Debugger.scriptParsed event 2017-03-03 06:58:11 +00:00
BUILD.gn Properly define v8_enable_inspector and its override in GN. 2016-11-21 19:29:38 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-impl.cc [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
inspector-impl.h [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
inspector-test.cc [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
inspector.gyp Fix inspector test in components build 2016-10-18 20:08:12 +00:00
inspector.isolate [inspector] conditionally copy files for inspector test. 2016-10-24 10:57:37 +00:00
inspector.status [inspector] Enable debugger/pause-on-oom test with larger heap limit. 2017-03-02 17:49:15 +00:00
json-parse-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
json-parse.js [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
OWNERS [inspector] added inspector test runner [part 1] 2016-09-30 15:52:46 +00:00
protocol-test.js [wasm] Fix importing wasm functions which are being debugged 2017-03-03 12:38:41 +00:00
task-runner.cc [inspector] V8DebuggerAgent cleanup 2017-02-03 07:09:11 +00:00
task-runner.h [inspector] V8DebuggerAgent cleanup 2017-02-03 07:09:11 +00:00
testcfg.py [inspector] added master test for break locations 2017-02-27 20:20:39 +00:00