Reviewers: Erik Corry, iposva,

Description:
Add thread information to the debugger.

Each thread running V8 code is assigned an id in thread local storage
the first time V8 code is run in it. The thread information returned to
the debugger contains the number of threads, the id of each of these
threads and which one is the current thread.

Added a threads command to the developer shell debugger for showing
information on threads.

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

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

Affected files:
   M     src/d8.js
   M     src/debug-delay.js
   M     src/runtime.h
   M     src/runtime.cc
   M     src/v8threads.h
   M     src/v8threads.cc



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

Reply via email to