Go to file
sgjesse@gmail.com 6d4d692ec7 Removed the implicit call to DebugBreak when receiving debugger commands
while V8 is running.

A debugger using the V8 message based interface now needs to control the
call to DebugBreak in order for the messages send to be processed. Commands can
still be send when V8 is not in a break, but they will not be processed until
there is a break. The response "request queued" when queuing up messages have
been removed. This gets rid of a non JSON message being used.

Modified the threaded debugger tests to call DebugBreak instead of relying
on it occouring automatically.

This change will not be committed until the outstanding Chrome change
http://chrome-reviews.prom.corp.google.com/2072 (which updates Chrome to control
the DebugBreak call) have been reviewed and committed.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@47 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-08-29 12:04:25 +00:00
public Improved test support. 2008-08-28 09:55:41 +00:00
samples Changed shell sample to take flags directly from the command-line. Added api call that implements this. 2008-08-27 10:11:39 +00:00
src Removed the implicit call to DebugBreak when receiving debugger commands 2008-08-29 12:04:25 +00:00
test Removed the implicit call to DebugBreak when receiving debugger commands 2008-08-29 12:04:25 +00:00
tools Normalize the test suite path before passing it to basename. basename 2008-08-29 11:01:05 +00:00
ChangeLog Improved performance of garbage collection by moving the function that updates pointers during compacting collection into the updating visitor. This gives the compiler a better chance to inline and avoid a function call per (potential) pointer. 2008-08-14 13:41:48 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Removed the library=default option. 2008-08-29 09:31:07 +00:00