Reviewers: Søren Gjesse,

Description:
As long as all debugger messages are handled by a single static method
we need a way to identify request sender to route the response to the
right handler. To accomplish this clients can send some additional data
along with command text and debugger will later pass this data to the
message handler along with the response text.


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

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.h
   M     src/debug-agent.cc
   M     src/debug.h
   M     src/debug.cc



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

Reply via email to