Changed the debugger break handling to support situations where there are no stack...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Dec 2008 08:03:24 +0000 (08:03 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Dec 2008 08:03:24 +0000 (08:03 +0000)
commitd63a3e13e6202724102af8b8fc2f8d8769a0bb34
treeea2e1ecf7b25804e0b7305b186a99f726fc1334b
parent6ef835e5d2601d1447789421f410972ca6846718
Changed the debugger break handling to support situations where there are no stack frames. This can happen when an exception is thrown when compiling code.

This is related to Chromium issue 5349 (http://code.google.com/p/chromium/issues/detail?id=5349).
Review URL: http://codereview.chromium.org/13720

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@959 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug.cc
src/debug.h
src/runtime.cc
test/cctest/test-debug.cc