Add TODO note.

This commit is contained in:
Rene Gollent
2011-12-13 15:52:05 -05:00
parent e4a8cf983d
commit 6b5a76158f
+4
View File
@@ -565,6 +565,10 @@ ThreadHandler::_HandleBreakpointHitStep(CpuState* cpuState)
_StepFallback(); _StepFallback();
return true; return true;
} }
// TODO: this needs to handle recursive cases properly as
// STEP_OUT does, we need to have exited the statement
// *and* be back in the call frame we started in.
return false; return false;
case STEP_INTO: case STEP_INTO: