Reviewers: Søren Gjesse,

Message:
Hi Soren

This CL more or less fully implements breakpoints update.

I had to rollback my previous approach with breakpoints though.

Also I had to alter LiveEdit tracker configuration in compiler/codegen, because
now I need SharedFunctionInfo instances as well. I realized I should be more
accurate with functions and never allow 2 versions of the same function in heap
linked to the same script (breakpoints goes crazy otherwise).

This CL also fixes a handful of bugs and stupid bugs.

Peter

Description:
LiveEdit: breakpoints updates and fixes for related problems

Please review this at http://codereview.chromium.org/1800007/show

Affected files:
  M src/codegen.cc
  M src/compiler.cc
  M src/debug-debugger.js
  M src/full-codegen.cc
  M src/liveedit-debugger.js
  M src/liveedit.h
  M src/liveedit.cc
  M src/runtime.h
  M src/runtime.cc
  A test/mjsunit/debug-liveedit-3.js
  A test/mjsunit/debug-liveedit-breakpoints.js
  M test/mjsunit/debug-liveedit-diff.js
  A test/mjsunit/debug-liveedit-utils.js


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to