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

Unified Diff: runtime/vm/become.h

Issue 2240663004: Dump information when we hit a FATAL in become (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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/become.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/become.h
diff --git a/runtime/vm/become.h b/runtime/vm/become.h
index 8ce164e688c0010bb1cdc72804d23721da29796d..12ab7645c29ccf9a5394a79176fa7871dc3b2dc8 100644
--- a/runtime/vm/become.h
+++ b/runtime/vm/become.h
@@ -85,6 +85,9 @@ class Become : public AllStatic {
// making the instance independent of its class.
// (used for morphic instances during reload).
static void MakeDummyObject(const Instance& instance);
+
+ private:
+ static void CrashDump(RawObject* before_obj, RawObject* after_obj);
};
} // namespace dart
« no previous file with comments | « no previous file | runtime/vm/become.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698