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

Issue 297303006: Some more debugger-related refactorings. (Closed)

Created:
6 years, 7 months ago by Yang
Modified:
6 years, 6 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Some more debugger-related refactorings. R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21607

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -306 lines) Patch
M src/debug.h View 13 chunks +80 lines, -132 lines 0 comments Download
M src/debug.cc View 1 26 chunks +123 lines, -168 lines 0 comments Download
M src/execution.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/liveedit.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
This depends on https://codereview.chromium.org/300553008/
6 years, 7 months ago (2014-05-27 15:24:05 UTC) #1
ulan
https://codereview.chromium.org/297303006/diff/1/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/297303006/diff/1/src/debug.cc#newcode604 src/debug.cc:604: heap->CollectAllGarbage(Heap::kNoGCFlags, "Debug::CreateScriptCache"); The comment is out of sync: there ...
6 years, 6 months ago (2014-05-28 13:24:32 UTC) #2
Yang
Updated https://codereview.chromium.org/297303006/diff/1/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/297303006/diff/1/src/debug.cc#newcode604 src/debug.cc:604: heap->CollectAllGarbage(Heap::kNoGCFlags, "Debug::CreateScriptCache"); On 2014/05/28 13:24:32, ulan wrote: > ...
6 years, 6 months ago (2014-06-02 12:19:31 UTC) #3
ulan
I think using kMakeHeapIterableMask is correct. LGTM.
6 years, 6 months ago (2014-06-02 12:43:01 UTC) #4
Yang
6 years, 6 months ago (2014-06-02 12:51:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r21607 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698