v8/test/inspector
eholk eaed31c5f5 [wasm] Add guard regions to end of WebAssembly.Memory buffers
With this change, WebAssembly.Memory objects have backing stores allocated as an
8GB region where everything beyond the size of the Wasm heap is inaccessible.

GrowMemory is now implemented by changing the protection on the guard regions to
make the new portions of the heap accessible.

Guard pages are not enabled by default, but this change adds a flag and a test
variant to make sure we get test coverage on them.

BUG= https://bugs.chromium.org/p/v8/issues/detail?id=5277

Review-Url: https://codereview.chromium.org/2396433008
Cr-Commit-Position: refs/heads/master@{#41089}
2016-11-17 20:29:13 +00:00
..
console Avoid using stale InspectedContext pointers 2016-10-26 20:27:12 +00:00
cpu-profiler [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
debugger [inspector] Fix expected output of wasm source 2016-11-17 10:46:44 +00:00
runtime [inspector] introduced Script::TYPE_INSPECTOR 2016-11-17 04:39:47 +00:00
BUILD.gn Fix inspector test in components build 2016-10-18 20:08:12 +00:00
DEPS [inspector] finish test runner gracefully.. 2016-10-19 02:04:48 +00:00
inspector-impl.cc [inspector] don't use String16 in inspector test runner 2016-10-07 21:16:55 +00:00
inspector-impl.h [inspector] added inspector test runner [part 3] 2016-10-02 18:10:39 +00:00
inspector-test.cc [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +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 [wasm] Add guard regions to end of WebAssembly.Memory buffers 2016-11-17 20:29:13 +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 [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
task-runner.cc [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
task-runner.h [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
testcfg.py [inspector] added inspector test runner [part 4] 2016-10-02 19:41:28 +00:00