DescriptionAdd 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.
Committed: http://code.google.com/p/v8/source/detail?r=1523
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|