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

Unified Diff: runtime/vm/debugger.h

Issue 240213004: Fixes a problem with the recovery of contexts in the debugger at closure calls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | runtime/vm/debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index 0664bac4222dbacf7df2c1b4f2237dde4cda850f..74546e3c39e4e15bdb2645abae1d60b5f2803f7e 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -177,6 +177,11 @@ class ActivationFrame : public ZoneAllocated {
void PrintToJSONObject(JSONObject* jsobj);
private:
+ void PrintContextMismatchError(const String& var_name,
+ intptr_t ctx_slot,
+ intptr_t frame_ctx_level,
+ intptr_t var_ctx_level);
+
intptr_t PcDescIndex();
intptr_t TryIndex();
void GetPcDescriptors();
« no previous file with comments | « no previous file | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698