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

Issue 369023002: Fix debugging module(replace int with intptr_t) so it works on Windows x64. (Closed)

Created:
6 years, 5 months ago by aam-me
Modified:
6 years, 5 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Vyacheslav Egorov (Google)
Visibility:
Public.

Description

Fix debugging module(replace int with intptr_t) so it works on Windows x64. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37996

Patch Set 1 #

Total comments: 1

Patch Set 2 : Made similar changes to _android, _linux, _macos files. #

Patch Set 3 : Revert change to couple other fds as they will be addressed separately #

Patch Set 4 : Fix affected printf format specifier(nicely caught by mac compiler). #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -37 lines) Patch
M runtime/bin/dbg_connection.h View 6 chunks +12 lines, -11 lines 0 comments Download
M runtime/bin/dbg_connection.cc View 1 2 3 4 14 chunks +15 lines, -14 lines 0 comments Download
M runtime/bin/dbg_connection_android.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/bin/dbg_connection_linux.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/dbg_connection_macos.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/dbg_connection_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/bin/dbg_message.h View 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/dbg_message.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ivan Posva
LGTM with the other platform specific files fixed. A quick glance at the files handling ...
6 years, 5 months ago (2014-07-03 05:33:41 UTC) #1
aam-me
Thank you Ivan! Please take another look to confirm changes to other platform specific files.
6 years, 5 months ago (2014-07-03 11:19:30 UTC) #2
Ivan Posva
LGTM once the comment is addressed. Thanks, -Ivan https://codereview.chromium.org/369023002/diff/60001/runtime/bin/dbg_connection.cc File runtime/bin/dbg_connection.cc (right): https://codereview.chromium.org/369023002/diff/60001/runtime/bin/dbg_connection.cc#newcode211 runtime/bin/dbg_connection.cc:211: Log::Print("[<<<] ...
6 years, 5 months ago (2014-07-03 12:50:19 UTC) #3
aam-me
Thanks Ivan. Should be all set now.
6 years, 5 months ago (2014-07-03 16:56:41 UTC) #4
aam-me
Will commit later tonight if that is okay. https://codereview.chromium.org/369023002/diff/60001/runtime/bin/dbg_connection.cc File runtime/bin/dbg_connection.cc (right): https://codereview.chromium.org/369023002/diff/60001/runtime/bin/dbg_connection.cc#newcode211 runtime/bin/dbg_connection.cc:211: Log::Print("[<<<] ...
6 years, 5 months ago (2014-07-03 16:57:28 UTC) #5
aam-me
6 years, 5 months ago (2014-07-03 23:26:05 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r37996 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698