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

Unified Diff: runtime/vm/debugger.h

Issue 51793002: Add an API function to get a debugger stack trace from an error handle. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 8586626aa054bb0119054923c73b2fd7a6871e75..e96023817dd031ba9a0f1fdbeccfc171ca4d990f 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -309,6 +309,7 @@ class Debugger {
bool HasBreakpoint(const Function& func);
DebuggerStackTrace* StackTrace();
+ ExceptionStackTrace* BuildExceptionStackTrace();
rmacnak 2013/11/07 21:31:12 Ditto bad name.
RawArray* GetInstanceFields(const Instance& obj);
RawArray* GetStaticFields(const Class& cls);

Powered by Google App Engine
This is Rietveld 408576698