Redo "running" field in debug-delay.js and support "suspend" command
authorpeter.rybin@gmail.com <peter.rybin@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 15 Oct 2009 20:06:08 +0000 (20:06 +0000)
committerpeter.rybin@gmail.com <peter.rybin@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 15 Oct 2009 20:06:08 +0000 (20:06 +0000)
commit3b955790a0f16c27b1fafd8a87aec40127602a9d
tree64eb1bf5503cd49836f3f09efa6ff0ae4048c0a5
parent339e49c0b2637400f893e7e6d1dca1908133e8ca
Redo "running" field in debug-delay.js and support "suspend" command

It also fixes "backtrace" command so that it didn't give away random stack if we are running

Review URL: http://codereview.chromium.org/242034

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3077 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
17 files changed:
src/debug-delay.js
src/debug.cc
test/mjsunit/debug-backtrace.js
test/mjsunit/debug-changebreakpoint.js
test/mjsunit/debug-clearbreakpoint.js
test/mjsunit/debug-clearbreakpointgroup.js
test/mjsunit/debug-continue.js
test/mjsunit/debug-evaluate-recursive.js
test/mjsunit/debug-evaluate.js
test/mjsunit/debug-handle.js
test/mjsunit/debug-mirror-cache.js
test/mjsunit/debug-references.js
test/mjsunit/debug-scopes.js
test/mjsunit/debug-scripts-request.js
test/mjsunit/debug-setbreakpoint.js
test/mjsunit/debug-suspend.js [new file with mode: 0644]
test/mjsunit/regress/regress-1081309.js