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

Issue 10544151: Support 'restart call frame' debug command (Closed)

Created:
8 years, 6 months ago by Peter Rybin
Modified:
8 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev, pfeldman
Visibility:
Public.

Description

Support 'restart call frame' debug command Committed: https://code.google.com/p/v8/source/detail?r=11836

Patch Set 1 #

Total comments: 26

Patch Set 2 : follow codereview #

Patch Set 3 : grammar #

Total comments: 10

Patch Set 4 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -21 lines) Patch
M src/debug-debugger.js View 1 3 chunks +33 lines, -3 lines 0 comments Download
M src/liveedit.h View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M src/liveedit.cc View 1 2 8 chunks +85 lines, -14 lines 0 comments Download
M src/liveedit-debugger.js View 1 2 3 4 chunks +16 lines, -2 lines 0 comments Download
M src/mirror-debugger.js View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/mjsunit/debug-liveedit-restart-frame.js View 1 2 3 1 chunk +153 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Peter Rybin
Hi Yang This is a simple and long-awaited feature for debugger. It is implemented as ...
8 years, 6 months ago (2012-06-14 00:54:29 UTC) #1
Yang
Mostly style-related comments. Please run the presubmit test. It looks good so far, but it ...
8 years, 6 months ago (2012-06-14 09:09:28 UTC) #2
Peter Rybin
Hi Yang Thank you for review. I'm sorry for a half-done patch. Hope this one ...
8 years, 6 months ago (2012-06-14 22:08:03 UTC) #3
Yang
LGTM with nits. http://codereview.chromium.org/10544151/diff/1008/src/liveedit-debugger.js File src/liveedit-debugger.js (right): http://codereview.chromium.org/10544151/diff/1008/src/liveedit-debugger.js#newcode1 src/liveedit-debugger.js:1: // Copyright 2010 the V8 project ...
8 years, 6 months ago (2012-06-15 07:18:15 UTC) #4
Peter Rybin
8 years, 6 months ago (2012-06-15 16:51:45 UTC) #5
http://codereview.chromium.org/10544151/diff/1008/src/liveedit-debugger.js
File src/liveedit-debugger.js (right):

http://codereview.chromium.org/10544151/diff/1008/src/liveedit-debugger.js#ne...
src/liveedit-debugger.js:1: // Copyright 2010 the V8 project authors. All rights
reserved.
On 2012/06/15 07:18:15, Yang wrote:
> 2012

Done.

http://codereview.chromium.org/10544151/diff/1008/src/liveedit.h
File src/liveedit.h (right):

http://codereview.chromium.org/10544151/diff/1008/src/liveedit.h#newcode1
src/liveedit.h:1: // Copyright 2010 the V8 project authors. All rights reserved.
On 2012/06/15 07:18:15, Yang wrote:
> 2012

Done.

http://codereview.chromium.org/10544151/diff/1008/src/mirror-debugger.js
File src/mirror-debugger.js (right):

http://codereview.chromium.org/10544151/diff/1008/src/mirror-debugger.js#newc...
src/mirror-debugger.js:1: // Copyright 2006-2008 the V8 project authors. All
rights reserved.
On 2012/06/15 07:18:15, Yang wrote:
> 2012

Done.

http://codereview.chromium.org/10544151/diff/1008/test/mjsunit/debug-liveedit...
File test/mjsunit/debug-liveedit-restart-frame.js (right):

http://codereview.chromium.org/10544151/diff/1008/test/mjsunit/debug-liveedit...
test/mjsunit/debug-liveedit-restart-frame.js:1: // Copyright 2010 the V8 project
authors. All rights reserved.
On 2012/06/15 07:18:15, Yang wrote:
> 2012

Done.

http://codereview.chromium.org/10544151/diff/1008/test/mjsunit/debug-liveedit...
test/mjsunit/debug-liveedit-restart-frame.js:56: // Restarter doesn't work on
slim function when stopped on 'debugger' statement.
On 2012/06/15 07:18:15, Yang wrote:
> 80 char limit.

Done.

Powered by Google App Engine
This is Rietveld 408576698