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

Issue 458533002: Fix disassembly redirection from stdout into a file. (Closed)

Created:
6 years, 4 months ago by Vyacheslav Egorov (Google)
Modified:
6 years, 3 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix disassembly redirection from stdout into a file. Pass \n, \r and \t through OStream without escaping. BUG= R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23478

Patch Set 1 #

Total comments: 2

Patch Set 2 : switch to reversible escaping #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -3 lines) Patch
M src/hydrogen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/ostreams.h View 1 1 chunk +14 lines, -1 line 0 comments Download
M src/ostreams.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Vyacheslav Egorov (Google)
Sven, could please take a look?
6 years, 4 months ago (2014-08-08 18:21:14 UTC) #1
Vyacheslav Egorov (Google)
There might be some reason for escaping those non-printable characters, however this makes impossible reconstruction ...
6 years, 4 months ago (2014-08-08 18:23:04 UTC) #2
Sven Panne
On 2014/08/08 18:23:04, Vyacheslav Egorov (Google wrote: > There might be some reason for escaping ...
6 years, 4 months ago (2014-08-25 13:07:09 UTC) #3
Sven Panne
LGTM with a nit. https://codereview.chromium.org/458533002/diff/1/src/ostreams.cc File src/ostreams.cc (right): https://codereview.chromium.org/458533002/diff/1/src/ostreams.cc#newcode169 src/ostreams.cc:169: (c.value == '\r') || This ...
6 years, 4 months ago (2014-08-25 13:07:21 UTC) #4
Vyacheslav Egorov (Google)
Thanks for the review, Sven! https://codereview.chromium.org/458533002/diff/1/src/ostreams.cc File src/ostreams.cc (right): https://codereview.chromium.org/458533002/diff/1/src/ostreams.cc#newcode169 src/ostreams.cc:169: (c.value == '\r') || ...
6 years, 4 months ago (2014-08-25 15:56:33 UTC) #5
Vyacheslav Egorov (Google)
Hmm. Can't land this. There is a RegExp test that actually expects this kind of ...
6 years, 3 months ago (2014-08-25 16:31:14 UTC) #6
Vyacheslav Egorov (Google)
Ok, here is another attempt. Digging back in history it seems that current AsUC16 behaves ...
6 years, 3 months ago (2014-08-25 17:59:56 UTC) #7
Sven Panne
lgtm
6 years, 3 months ago (2014-08-26 06:58:53 UTC) #8
Sven Panne
6 years, 3 months ago (2014-08-28 07:31:09 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 23478 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698