Chromium Code Reviews| Index: src/debug/debug-interface.h |
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
| index bbd6f6ac7f1c9e037d0f9e0763e5d831dd65137b..81e9b2b2182cce2702d63ad9d38d3b1053c479d6 100644 |
| --- a/src/debug/debug-interface.h |
| +++ b/src/debug/debug-interface.h |
| @@ -103,6 +103,7 @@ enum StepAction { |
| void PrepareStep(Isolate* isolate, StepAction action); |
| void ClearStepping(Isolate* isolate); |
| +void HandleDebugBreak(Isolate* isolate); |
|
dgozman
2017/03/08 19:59:36
Not sure what this means. RequestBreakAtSomePointL
kozy
2017/03/10 03:14:54
Done.
|
| bool AllFramesOnStackAreBlackboxed(Isolate* isolate); |