Create a transition API for the debug message handler.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Apr 2009 12:54:07 +0000 (12:54 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Apr 2009 12:54:07 +0000 (12:54 +0000)
commit2beedf118187d68f5be5109f4d9a705a137472ae
tree220c31811d679d8ebb6d8c441358b530e0f5da92
parent37036ff44657c28b1291712579efd29f48cc1acf
Create a transition API for the debug message handler.

Kept the previous message handler API to avoid breaking clients depending on it.

The new message handler API uses a new name ending with 2.
Review URL: http://codereview.chromium.org/100158

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1816 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8-debug.h
src/api.cc
src/debug-agent.cc
src/debug.cc
src/debug.h
test/cctest/test-debug.cc