Provide debug event listener with access to the debuggee context. Also introduce...
authoryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 May 2010 17:15:46 +0000 (17:15 +0000)
committeryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 May 2010 17:15:46 +0000 (17:15 +0000)
commitf6a2ccf6b4a6ca1c34c0ea4b691f5c51b2d295e2
tree83c2a839f3e850095ae39ece16177c39ecdda4f0
parentac60f498d256610bc0307e2b2ac7c7c50f5ddd07
Provide debug event listener with access to the debuggee context. Also introduce new event listener setter that allows to set a callback that accepts single parameter encapsulating all debug event details so that additional information can later be passed to the listener without breaking compatibility with existing clients.

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

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