Go to file
yurys@chromium.org 530b86ff17 When message handler is set to NULL and there is no debugger listener the debugger is unloaded immediately unless it's entered, in which case it will be unloaded when last instance of EnterDebugger is destroyed.
Without the change the debugger may crash as Debugger::EventActive(v8::Break) called from OnDebugBreak may clear current debugger context. 

Also when compilation cache was enabled debugger could fail on second attach for the same reason(see AfterCompileMessageWhenMessageHandlerIsReset).

BUG=12404
Review URL: http://codereview.chromium.org/115709

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2035 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-05-25 07:51:04 +00:00
benchmarks Add new Splay benchmark to the V8 benchmark suite and remove 2009-05-12 08:23:11 +00:00
include Expose the calling context through the API. 2009-05-20 07:44:59 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src When message handler is set to NULL and there is no debugger listener the debugger is unloaded immediately unless it's entered, in which case it will be unloaded when last instance of EnterDebugger is destroyed. 2009-05-25 07:51:04 +00:00
test When message handler is set to NULL and there is no debugger listener the debugger is unloaded immediately unless it's entered, in which case it will be unloaded when last instance of EnterDebugger is destroyed. 2009-05-25 07:51:04 +00:00
tools Land patch from Craig Schlenter to make V8 build and run when compiled 2009-05-22 06:52:02 +00:00
AUTHORS Land patch from Craig Schlenter to make V8 build and run when compiled 2009-05-22 06:52:02 +00:00
ChangeLog Prepare to push version 1.2.4 to trunk. 2009-05-18 05:50:26 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Fixed minor style issue in SConstruct file. 2009-05-22 07:01:04 +00:00