Reviewers: Yury Semikhatsky,

Description:
Removed the debug message thread.

The debug message thread was introduced to make it possible to have the
message handler callback be called from a different thread than the
thread running V8 where the debug event occoured, but it never had any
practical use, and prevents providing information to the message handler
which is only available from the V8 thread.

In the future any thread decoupling will have do be done by the
embedder.

This also removes the queue used for outbound messages.

Renamed the class Message to CommandMessage as it is only used for
debugger commands from the client. Related message queue classes has
also been renamed.

Please review this at http://codereview.chromium.org/93118

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     include/v8-debug.h
   M     src/api.cc
   M     src/debug-agent.cc
   M     src/debug.h
   M     src/debug.cc
   M     src/v8.cc
   M     test/cctest/test-debug.cc



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to