Debugger: remove debug command API.
authoryangguo <yangguo@chromium.org>
Tue, 7 Apr 2015 12:21:34 +0000 (05:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Apr 2015 12:21:42 +0000 (12:21 +0000)
commit8e723e98929b68c87ce39ff9f5c2d136a2ed8a46
treeac8c702b86c352a0e237fc8bb4721b86da16a1de
parent8e846a61660ae849a0e6cc8a43376a97f412927b
Debugger: remove debug command API.

Instead, please use v8::Isolate::RequestInterrupt to synchronize
to the main thread.

R=yurys@chromium.org
API=Removed v8::Debug::DebugBreakForCommand
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#27625}
include/v8-debug.h
src/api.cc
src/debug.cc
src/debug.h
test/cctest/test-api.cc
test/cctest/test-debug.cc