Introduce new stepping mode to step into another frame.
authoryangguo@chromium.org <yangguo@chromium.org>
Wed, 5 Nov 2014 08:44:30 +0000 (08:44 +0000)
committeryangguo@chromium.org <yangguo@chromium.org>
Wed, 5 Nov 2014 08:44:54 +0000 (08:44 +0000)
commit630d6b8b71871384201a519deb399e875931ce70
tree8ef0884bc30c637363647ea1262d7a3a6a11428b
parentbd9d317e115ed7b93573ccbc32965088a33f425d
Introduce new stepping mode to step into another frame.

R=aandrey@chromium.org
BUG=chromium:267592
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#25130}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25130 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug-debugger.js
src/debug.cc
src/debug.h
src/objects.cc
src/runtime/runtime-debug.cc
test/mjsunit/debug-stepframe.js [new file with mode: 0644]