ARM64: Put all simulator trace on the same stream.
authorJacob.Bramley@arm.com <Jacob.Bramley@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Apr 2014 13:23:04 +0000 (13:23 +0000)
committerJacob.Bramley@arm.com <Jacob.Bramley@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Apr 2014 13:23:04 +0000 (13:23 +0000)
commite93599c502f61727db1e66cccc493fbf1aa92d3a
tree1e17e0b571d66105e91778814b7983e368b635eb
parent4b5f38ef0c46aea7e554ec7c081a87ec964a88ff
ARM64: Put all simulator trace on the same stream.

The simulator can trace to a specified stream, typically stderr or
stdout. However, several messages (such as ASM_LOCATIONs) were printed
only to stdout. As a result, they often ended up out of order with
respect to the instruction trace. This patch causes all simulator output
to go to the same stream.

BUG=
R=ulan@chromium.org

Review URL: https://codereview.chromium.org/226503004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20580 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm64/simulator-arm64.cc
src/arm64/simulator-arm64.h
src/v8utils.h