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

Unified Diff: src/debug/debug.h

Issue 1321543004: [futex] Allow debugger to break in the middle of a futexWait Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: pass parameter through HandleInterrupts Created 5 years, 4 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
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | src/execution.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index 44ea4fcd0a7731a07110c1c0c04ba12d8a09bcf1..e1c81bfb71b11d91002c415eb456d8606ca39be3 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -371,7 +371,8 @@ class Debug {
MUST_USE_RESULT MaybeHandle<Object> Call(Handle<JSFunction> fun,
Handle<Object> data);
Handle<Context> GetDebugContext();
- void HandleDebugBreak();
+ void HandleDebugBreak(
+ BreakInNonDebuggableFlag flag = DontBreakInNonDebuggable);
void ProcessDebugMessages(bool debug_command_only);
// Internal logic
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | src/execution.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698