Chromium Code Reviews| Index: src/debug.h |
| diff --git a/src/debug.h b/src/debug.h |
| index 042b9bb99b5c2714b789ace4ca713c6b8c9d3881..19c5213d152c6b3b23354be80d19c08734abc250 100644 |
| --- a/src/debug.h |
| +++ b/src/debug.h |
| @@ -259,7 +259,8 @@ class Debug { |
| void FloodHandlerWithOneShot(); |
| void ChangeBreakOnException(ExceptionBreakType type, bool enable); |
| bool IsBreakOnException(ExceptionBreakType type); |
| - void PrepareStep(StepAction step_action, int step_count); |
| + void PrepareStep(StepAction step_action, int step_count, |
| + StackFrame::Id frame_id); |
|
Yang
2013/09/05 15:19:54
just put one argument per line please.
Peter.Rybin
2013/09/05 16:58:21
Done.
|
| void ClearStepping(); |
| void ClearStepOut(); |
| bool IsStepping() { return thread_local_.step_count_ > 0; } |