Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: src/debug/debug-interface.h

Issue 2738503006: [inspector] don't make v8::debug::Call for breakProgram. (Closed)
Patch Set: fixed tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698