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

Issue 22893050: Get rid of duplicated CPU::DebugBreak() method. (Closed)

Created:
7 years, 4 months ago by Benedikt Meurer
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Get rid of duplicated CPU::DebugBreak() method. We already have OS::DebugBreak(), which does the right thing. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16293

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -47 lines) Patch
M src/arm/cpu-arm.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/cpu.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 1 chunk +0 lines, -14 lines 2 comments Download
M src/mips/cpu-mips.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
Another trivial cleanup.
7 years, 4 months ago (2013-08-23 11:32:27 UTC) #1
Jakob Kummerow
lgtm
7 years, 4 months ago (2013-08-23 11:40:28 UTC) #2
Benedikt Meurer
Committed patchset #1 manually as r16293.
7 years, 4 months ago (2013-08-23 11:43:42 UTC) #3
Michael Starzinger
LGTM with one comment. https://codereview.chromium.org/22893050/diff/1/src/ia32/cpu-ia32.cc File src/ia32/cpu-ia32.cc (left): https://codereview.chromium.org/22893050/diff/1/src/ia32/cpu-ia32.cc#oldcode80 src/ia32/cpu-ia32.cc:80: // __asm { int 3 ...
7 years, 4 months ago (2013-08-23 11:43:43 UTC) #4
Benedikt Meurer
7 years, 4 months ago (2013-08-23 11:50:43 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/22893050/diff/1/src/ia32/cpu-ia32.cc
File src/ia32/cpu-ia32.cc (left):

https://codereview.chromium.org/22893050/diff/1/src/ia32/cpu-ia32.cc#oldcode80
src/ia32/cpu-ia32.cc:80: // __asm { int 3 }
On 2013/08/23 11:43:43, Michael Starzinger wrote:
> We could preserve these three lines of comments in in the platform-win32.cc
> file.

Will be addressed in separate CL.

Powered by Google App Engine
This is Rietveld 408576698