v8/test
yangguo 8965b683ce Debugger: use debug break slot to break on call.
Break point at calls are currently set via IC. To change this, we
need to set debug break slots instead. We also need to distinguish
those debug break slots as calls to support step-in.

To implement this, we add a data field to debug break reloc info to
indicate non-call debug breaks or in case of call debug breaks, the
number of arguments. We can later use this to find the callee on the
evaluation stack in Debug::PrepareStep.

BUG=v8:4269
R=ulan@chromium.org
LOG=N

Review URL: https://codereview.chromium.org/1222093007

Cr-Commit-Position: refs/heads/master@{#29561}
2015-07-10 08:49:31 +00:00
..
benchmarks
cctest Debugger: use debug break slot to break on call. 2015-07-10 08:49:31 +00:00
intl
js-perf-test [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
memory
message Add a flag for legacy const semantics 2015-07-07 21:57:19 +00:00
mjsunit Debugger: use debug break slot to break on call. 2015-07-10 08:49:31 +00:00
mozilla [turbofan] Enable support for try-catch statements. 2015-06-11 10:50:55 +00:00
preparser
promises-aplus
simdjs
test262 [test] Port clobber of old test262 archive files. 2015-07-06 12:09:46 +00:00
test262-es6 Fix lazy compilation of eval() under nosnap/--use-strict 2015-07-09 21:31:18 +00:00
unittests Revert of [turbofan] Optimize string "length" property access based on types. (patchset #2 id:20001 of https://codereview.chromium.org/1216593003/) 2015-07-08 21:30:14 +00:00
webkit Re-ship Harmony Array/TypedArray methods 2015-06-23 00:41:58 +00:00