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

Unified Diff: src/native_client/src/trusted/service_runtime/nacl_signal.h

Issue 6798008: Add an assertion to check that Chrome/Breakpad does not install a signal handler (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use %d; amend Windows comment Created 9 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 | src/native_client/src/trusted/service_runtime/posix/nacl_signal.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/native_client/src/trusted/service_runtime/nacl_signal.h
diff --git a/src/native_client/src/trusted/service_runtime/nacl_signal.h b/src/native_client/src/trusted/service_runtime/nacl_signal.h
index 2c947f6aa91a9459e5cdf180fbf4a55ae92485f2..002d1bdba2a0a462fc53a9a738fe8d65a1c8f2b7 100644
--- a/src/native_client/src/trusted/service_runtime/nacl_signal.h
+++ b/src/native_client/src/trusted/service_runtime/nacl_signal.h
@@ -100,6 +100,11 @@ void NaClSignalHandlerInit(void);
void NaClSignalHandlerFini(void);
/*
+ * Assert that no signal handlers are registered.
+ */
+void NaClSignalAssertNoHandlers(void);
+
+/*
* Provides a signal safe method to write to stderr.
*/
ssize_t NaClSignalErrorMessage(const char *str);
« no previous file with comments | « no previous file | src/native_client/src/trusted/service_runtime/posix/nacl_signal.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698