v8/src/debug
Peter Marshall 1a087f027f [test] Crash on InvalidStringLength for correctness fuzzer.
Now that the maximum string length varies between platforms, the
correctness fuzzer is unhappy. It will ignore crashes, so when we know
we have reached platform-dependant behavior just crash if
--abort_on_stack_overflow is enabled.

Also rename abort_on_stack_overflow to
abort_on_stack_or_string_length_overflow.

Bug: chromium:748137
Change-Id: Ie4e96709b90029b5ce3c8408064d928f841b3b9f
Reviewed-on: https://chromium-review.googlesource.com/589269
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47007}
2017-07-31 12:59:50 +00:00
..
arm Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
arm64 Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
ia32 Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
mips Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
mips64 Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
ppc Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
s390 Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
x64 Remove obsolete CallWrapper from macro assembler. 2017-07-19 11:29:32 +00:00
debug-coverage.cc [coverage] Don't skip collection if invocation_count is zero 2017-07-31 07:56:28 +00:00
debug-coverage.h [coverage] Expose block coverage through inspector 2017-06-23 08:01:07 +00:00
debug-evaluate.cc [test] Crash on InvalidStringLength for correctness fuzzer. 2017-07-31 12:59:50 +00:00
debug-evaluate.h [iwyu] Include heap.h less. 2017-04-12 12:55:13 +00:00
debug-frames.cc [turbofan] Better recognize AstGraphBuilder'ed code. 2017-07-17 08:15:31 +00:00
debug-frames.h [wasm] Implement frame inspection for interpreted frames 2017-01-20 12:58:14 +00:00
debug-interface.h [inspector] move SetScriptSource call to native 2017-07-28 21:55:05 +00:00
debug-scope-iterator.cc [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
debug-scope-iterator.h [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
debug-scopes.cc [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
debug-scopes.h [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
debug-stack-trace-iterator.cc [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
debug-stack-trace-iterator.h [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
debug.cc [inspector] move SetScriptSource call to native 2017-07-28 21:55:05 +00:00
debug.h [inspector] move SetScriptSource call to native 2017-07-28 21:55:05 +00:00
debug.js [runtime] Cleanup native methods creation in debug/debug.js and debug/mirrors.js. 2017-06-28 14:15:07 +00:00
interface-types.h [inspector] introduced console.context 2017-06-12 15:49:13 +00:00
liveedit.cc Add Smi::ToInt helper method 2017-07-10 13:33:03 +00:00
liveedit.h [parser] No need to collect literal counts. 2017-02-16 09:58:45 +00:00
liveedit.js [inspector] move SetScriptSource call to native 2017-07-28 21:55:05 +00:00
mirrors.js [runtime] Cleanup native methods creation in debug/debug.js and debug/mirrors.js. 2017-06-28 14:15:07 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00