Index: runtime/include/dart_debugger_api.h |
diff --git a/runtime/include/dart_debugger_api.h b/runtime/include/dart_debugger_api.h |
index bb0571764e4ffb51f463b603cbaa67036c0c5cc4..7649a8ed01f2c54e5189612f25b67b665cd85122 100755 |
--- a/runtime/include/dart_debugger_api.h |
+++ b/runtime/include/dart_debugger_api.h |
@@ -292,6 +292,8 @@ DART_EXPORT Dart_Handle Dart_SetExceptionPauseInfo( |
*/ |
DART_EXPORT Dart_Handle Dart_GetStackTrace(Dart_StackTrace* trace); |
+DART_EXPORT Dart_Handle Dart_GetStackTrace2(); |
+ |
/** |
* Returns in \length the number of activation frames in the given |