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

Unified Diff: runtime/vm/signal_handler.h

Issue 1061033005: Remove profiler signal handler on shutdown (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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/signal_handler_android.cc » ('j') | runtime/vm/signal_handler_android.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/signal_handler.h
diff --git a/runtime/vm/signal_handler.h b/runtime/vm/signal_handler.h
index b5329bcaa56a10e34e7172ef5e939435aa09be79..b204c55d55f1b127f781fc8c73b8c50989861b3d 100644
--- a/runtime/vm/signal_handler.h
+++ b/runtime/vm/signal_handler.h
@@ -44,6 +44,7 @@ typedef void (*SignalAction)(int signal, siginfo_t* info,
class SignalHandler : public AllStatic {
public:
static void Install(SignalAction action);
+ static void Remove();
static uintptr_t GetProgramCounter(const mcontext_t& mcontext);
static uintptr_t GetFramePointer(const mcontext_t& mcontext);
static uintptr_t GetCStackPointer(const mcontext_t& mcontext);
« no previous file with comments | « no previous file | runtime/vm/signal_handler_android.cc » ('j') | runtime/vm/signal_handler_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698