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

Unified Diff: runtime/vm/object.h

Issue 251043003: Observatory Display PC descriptors with disassembling (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
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 1fe836e6dd3b38f9d6c7277ab96bfa43b04c63c7..d833f7cc8a8a5d789911bfbfa14dbdcbb4890e61 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2964,6 +2964,8 @@ class PcDescriptors : public Object {
static void PrintHeaderString();
+ void PrintToJSONObject(JSONObject* jsobj) const;
+
// We would have a VisitPointers function here to traverse the
// pc descriptors table to visit objects if any in the table.

Powered by Google App Engine
This is Rietveld 408576698