Reviewers: ulan,

Description:
Debugger: require debugger to be active when dealing with breaks.

This invariant will save us some head ache.
The changes to test-debug/DebugStub is due to the fact that it abuses
the ability to set break points in code that has no debug break slots.
This is now no longer possible.

R=u...@chromium.org
BUG=v8:4132
LOG=N

Please review this at https://codereview.chromium.org/1181013007/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+128, -58 lines):
  M src/debug.h
  M src/debug.cc
  M src/runtime/runtime-debug.cc
  M test/cctest/cctest.h
  M test/cctest/test-api.cc
  M test/cctest/test-debug.cc
  M test/cctest/test-heap.cc
  M test/mjsunit/debug-liveedit-breakpoints.js
  M test/mjsunit/debug-liveedit-patch-positions.js
  M test/mjsunit/debug-liveedit-stack-padding.js
  M test/mjsunit/debug-script.js
  M test/mjsunit/debug-script-breakpoints.js
  M test/mjsunit/debug-stepin-positions.js
  M test/mjsunit/deserialize-script-id.js
  M test/mjsunit/es6/debug-evaluate-blockscopes.js
  M test/mjsunit/es6/generators-relocation.js
  M test/mjsunit/regress/regress-1586.js
  M test/mjsunit/regress/regress-crbug-424142.js
  M test/mjsunit/regress/regress-crbug-474297.js
  M test/mjsunit/regress/regress-debug-code-recompilation.js
  M test/mjsunit/regress/regress-prepare-break-while-recompile.js


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to