Remove support for logging into a memory buffer.
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Jul 2011 11:31:22 +0000 (11:31 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Jul 2011 11:31:22 +0000 (11:31 +0000)
commit5c57d0d64357c3d22f62b737eded1605bb874f87
tree100b8f79572b037b53d31727a69b63ca6cd086f6
parentb2e8d72bf596feb32a2c0a16a6a5528aa369ac35
Remove support for logging into a memory buffer.

The only usage of it was in logging tests, I've switched them for
using a file.

I've left out support for "--logfile=*" for now, as Chromium uses it.
Will be removed after the next V8 roll.

R=sgjesse@chromium.org
BUG=859
TEST=mjsunit/log-*

Review URL: http://codereview.chromium.org/7310025

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8629 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
20 files changed:
include/v8.h
src/api.cc
src/log-utils.cc
src/log-utils.h
src/log.cc
src/log.h
src/platform-posix.cc
src/platform-win32.cc
src/platform.h
src/v8utils.cc
src/v8utils.h
test/cctest/SConscript
test/cctest/cctest.gyp
test/cctest/log-eq-of-logging-and-traversal.js [new file with mode: 0644]
test/cctest/test-log-utils.cc [deleted file]
test/cctest/test-log.cc
test/mjsunit/tools/profile_view.js
tools/codemap.js
tools/profile.js
tools/splaytree.js