DescriptionSupport for precise stepping in functions compiled before debugging was started (step 2)
This change will ensure that full code with debug break slots is compiled and activated for all functions which already have activation frames.
This additional handling is only for functions which have activations on the stack, and that activation is of the full code compiled without debug break slots. In that case the full code is recompiled with debug break slots. It is ensured that the full code is compiled generating the exact same instructions - except for the additional debug break slots - as before. The return address on the stack is then patched to continue execution in the new code.
Also fixed SortedListBSearch to actually use the passed comparision function.
R=svenpanne@chromium.org, kmillikin@chromium.org
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=9489
Patch Set 1 #Patch Set 2 : Added missing test file #
Total comments: 10
Patch Set 3 : Addressed review comments #Patch Set 4 : Fixed missing comment #
Messages
Total messages: 5 (0 generated)
|