v8/test/cctest
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
..
cctest.cc 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
cctest.h 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
SConscript Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-api.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-assembler-arm.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-assembler-ia32.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-ast.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-compiler.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-conversions.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-debug.cc Removed the implicit call to DebugBreak when receiving debugger commands 2008-08-29 12:04:25 +00:00
test-decls.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-disasm-arm.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-disasm-ia32.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-flags.cc 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
test-hashmap.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-heap.cc - Fixed issue when building samples and cctests on 64-bit machines. 2008-08-27 13:47:52 +00:00
test-lock.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-mark-compact.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-platform-linux.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-platform-macos.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-platform-nullos.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-platform-win32.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-serialize.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-spaces.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-strings.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
test-utils.cc Included mjsunit JavaScript test suite and C++ unit tests. 2008-08-22 13:33:59 +00:00
testcfg.py 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