Reviewers: Erik Corry, Description: Extend debugger agent protocol with a connect message.
Added a name of the embedding application when enabeling the debugger agent. Send a connection message from the debugger agent to the remote debugger when connecting. This message contains the V8 version, the protcol version (currently 1) and the name of the embedding application. Currently this information is just printed raw as received. Please review this at http://codereview.chromium.org/52012 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M SConstruct M include/v8-debug.h M src/api.cc M src/d8-debug.cc M src/d8.cc M src/debug-agent.h M src/debug-agent.cc M src/debug.h M src/debug.cc M test/cctest/test-debug.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
