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

Unified Diff: runtime/vm/signal_handler_win.cc

Issue 928833003: Add Function based profile tree (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | « runtime/vm/signal_handler_macos.cc ('k') | runtime/vm/tags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/signal_handler_win.cc
diff --git a/runtime/vm/signal_handler_win.cc b/runtime/vm/signal_handler_win.cc
index 3f052d8023e316bf47ef986bb774cc00202c13b9..a1f8fe096b8843402dd5484aff9fe9a5831f9e80 100644
--- a/runtime/vm/signal_handler_win.cc
+++ b/runtime/vm/signal_handler_win.cc
@@ -32,6 +32,12 @@ uintptr_t SignalHandler::GetDartStackPointer(const mcontext_t& mcontext) {
}
+uintptr_t SignalHandler::GetLinkRegister(const mcontext_t& mcontext) {
+ UNIMPLEMENTED();
+ return 0;
+}
+
+
void SignalHandler::Install(SignalAction action) {
UNIMPLEMENTED();
}
« no previous file with comments | « runtime/vm/signal_handler_macos.cc ('k') | runtime/vm/tags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698