Reviewers: Søren Gjesse,
Message:
tbr=sgje...@chromium.org
Description:
Testing change for failing unit test
Please review this at http://codereview.chromium.org/3031032/show
Affected files:
M src/debug.cc
M src/ia32/debug-ia32.cc
Index: src/debug.cc
diff --git a/src/debug.cc b/src/debug.cc
index
5d386cc04be6005c24b885f75f5133d814bca0ae..1afbfc10681994c22f1043aa2e93165a6751ffaa
100644
--- a/src/debug.cc
+++ b/src/debug.cc
@@ -1787,7 +1787,9 @@ void Debug::FramesHaveBeenDropped(StackFrame::Id
new_break_frame_id,
thread_local_.frame_drop_mode_ = mode;
thread_local_.break_frame_id_ = new_break_frame_id;
thread_local_.restarter_frame_function_pointer_ =
- restarter_frame_function_pointer;
+ // Temporary disabled for failing test investigation.
+ // restarter_frame_function_pointer;
+ NULL;
}
Index: src/ia32/debug-ia32.cc
diff --git a/src/ia32/debug-ia32.cc b/src/ia32/debug-ia32.cc
index
dfa663420016c2a7e9202d8c1bd2813c89928031..fa137fcc03c67773c5b10b41dce18790d303288c
100644
--- a/src/ia32/debug-ia32.cc
+++ b/src/ia32/debug-ia32.cc
@@ -265,9 +265,10 @@ void
Debug::GeneratePlainReturnLiveEdit(MacroAssembler* masm) {
// -- context
// -- frame base
void Debug::GenerateFrameDropperLiveEdit(MacroAssembler* masm) {
- ExternalReference restarter_frame_function_slot =
- ExternalReference(Debug_Address::RestarterFrameFunctionPointer());
- __ mov(Operand::StaticVariable(restarter_frame_function_slot),
Immediate(0));
+ // Temporary disabled for failing test investigation.
+ //ExternalReference restarter_frame_function_slot =
+ // ExternalReference(Debug_Address::RestarterFrameFunctionPointer());
+ //__ mov(Operand::StaticVariable(restarter_frame_function_slot),
Immediate(0));
// We do not know our frame height, but set esp based on ebp.
__ lea(esp, Operand(ebp, -4 * kPointerSize));
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev