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

Issue 2880011: Add debugger protocol request for setting global flags. (Closed)

Created:
10 years, 5 months ago by podivilov
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add debugger protocol request for setting global flags. Committed: http://code.google.com/p/v8/source/detail?r=5148

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updated after cr. #

Total comments: 8

Patch Set 3 : After discussion with Peter #

Total comments: 7

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : After CR by Soren #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -12 lines) Patch
M src/debug.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/debug-debugger.js View 1 2 3 4 10 chunks +62 lines, -10 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mjsunit/debug-enable-disable-breakpoints.js View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A test/mjsunit/debug-flags.js View 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
podivilov
10 years, 5 months ago (2010-07-01 15:46:40 UTC) #1
yurys
This change is fine with me. Although the client could achieve the same effect by ...
10 years, 5 months ago (2010-07-01 16:40:45 UTC) #2
Peter Rybin
Pavel, thanks for doing this. I have long wanted to start it myself. Please consider ...
10 years, 5 months ago (2010-07-01 21:38:56 UTC) #3
podivilov
http://codereview.chromium.org/2880011/diff/1/2 File src/debug-debugger.js (right): http://codereview.chromium.org/2880011/diff/1/2#newcode1310 src/debug-debugger.js:1310: } else if (request.command == 'setbreakpointsactivated') { On 2010/07/01 ...
10 years, 5 months ago (2010-07-02 10:11:36 UTC) #4
yurys
Looks good. http://codereview.chromium.org/2880011/diff/7001/8001 File src/debug-debugger.js (right): http://codereview.chromium.org/2880011/diff/7001/8001#newcode181 src/debug-debugger.js:181: if (!Debug.getDebuggerFlag('break_points_activated')) return false; I think you ...
10 years, 5 months ago (2010-07-02 11:27:43 UTC) #5
podivilov
http://codereview.chromium.org/2880011/diff/7001/8001 File src/debug-debugger.js (right): http://codereview.chromium.org/2880011/diff/7001/8001#newcode181 src/debug-debugger.js:181: if (!Debug.getDebuggerFlag('break_points_activated')) return false; On 2010/07/02 11:27:43, Yury Semikhatsky ...
10 years, 5 months ago (2010-07-02 14:51:02 UTC) #6
yurys
http://codereview.chromium.org/2880011/diff/13001/14001 File src/debug-debugger.js (right): http://codereview.chromium.org/2880011/diff/13001/14001#newcode85 src/debug-debugger.js:85: getter: function() { return this.value; }, could you rename ...
10 years, 5 months ago (2010-07-02 15:10:34 UTC) #7
podivilov
http://codereview.chromium.org/2880011/diff/13001/14001 File src/debug-debugger.js (right): http://codereview.chromium.org/2880011/diff/13001/14001#newcode85 src/debug-debugger.js:85: getter: function() { return this.value; }, On 2010/07/02 15:10:34, ...
10 years, 5 months ago (2010-07-02 15:38:14 UTC) #8
Søren Thygesen Gjesse
In the C++ part of the debugger we already have a disable_break flag (normally controlled ...
10 years, 4 months ago (2010-07-28 08:11:26 UTC) #9
podivilov
All done.
10 years, 4 months ago (2010-07-28 10:49:47 UTC) #10
Søren Thygesen Gjesse
10 years, 4 months ago (2010-07-28 13:41:41 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld 408576698