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

Unified Diff: runtime/vm/debugger.h

Issue 2767483002: Fix two bugs with async stack traces. (Closed)
Patch Set: 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: runtime/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index d9acb88fab5ed751561fafe0918357893a8a2192..0e1b2ed0ac06176bebf5d8da9176f16d01a0b61e 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -669,9 +669,6 @@ class Debugger {
intptr_t nextId() { return next_id_++; }
- bool ShouldPauseOnAsyncException(DebuggerStackTrace* stack_trace,
- const Instance& exc);
-
bool ShouldPauseOnException(DebuggerStackTrace* stack_trace,
const Instance& exc);
« no previous file with comments | « runtime/observatory/tests/service/pause_on_unhandled_async_exceptions2_test.dart ('k') | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698