Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Issue 13720: Changed the debugger break handling to support situations where there are no ... (Closed)

Created:
12 years ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

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). Committed: http://code.google.com/p/v8/source/detail?r=959

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -28 lines) Patch
M src/debug.h View 2 chunks +13 lines, -14 lines 2 comments Download
M src/debug.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M src/runtime.cc View 3 chunks +10 lines, -4 lines 2 comments Download
M test/cctest/test-debug.cc View 14 chunks +101 lines, -10 lines 4 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
12 years ago (2008-12-10 22:03:22 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/13720/diff/1/3 File src/debug.h (right): http://codereview.chromium.org/13720/diff/1/3#newcode527 Line 527: const bool has_js_frames_; // Where there any ...
12 years ago (2008-12-11 07:56:54 UTC) #2
Søren Thygesen Gjesse
12 years ago (2008-12-11 08:04:49 UTC) #3
http://codereview.chromium.org/13720/diff/1/3
File src/debug.h (right):

http://codereview.chromium.org/13720/diff/1/3#newcode527
Line 527: const bool has_js_frames_;  // Where there any JavaScript frames?
On 2008/12/11 07:56:54, Mads Ager wrote:
> Where -> Were

Done.

http://codereview.chromium.org/13720/diff/1/4
File src/runtime.cc (right):

http://codereview.chromium.org/13720/diff/1/4#newcode4827
Line 4827: // If there is no JavaScript stack frame is undefined.
On 2008/12/11 07:56:54, Mads Ager wrote:
> is -> return?

Done.

http://codereview.chromium.org/13720/diff/1/2
File test/cctest/test-debug.cc (right):

http://codereview.chromium.org/13720/diff/1/2#newcode480
Line 480: // height is there is a function compiled for that.
On 2008/12/11 07:56:54, Mads Ager wrote:
> is there -> if there

Done.

http://codereview.chromium.org/13720/diff/1/2#newcode2357
Line 2357: // Test break on exception from compiler errors. When compiling using
using
On 2008/12/11 07:56:54, Mads Ager wrote:
> using using -> using

Done.

Powered by Google App Engine
This is Rietveld 408576698