Handle possible difference between function code and activated code on preparation...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Dec 2011 13:09:05 +0000 (13:09 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Dec 2011 13:09:05 +0000 (13:09 +0000)
commit32ee3c27c65ee9f11b3325dc8c27ac420e25a7d7
treea5140a79987c34809453437721f73c763aeceb98
parent81302d3b2edede1cf21d24177ce60d4b9f601f3d
Handle possible difference between function code and activated code on preparation for break points

The full code activated for a function might not be the same code as
is currently the active full code for a function. There where some
asumptions in the debugger preparation for break points.

Unfortunately there is currently no regression test.

R=jkummerow@chromium.org

BUG=
TEST=

Review URL: http://codereview.chromium.org//8818010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10176 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug.cc