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

Unified Diff: src/trusted/service_runtime/sel_main.c

Issue 9316125: Adding untrusted crash dump / stack trace tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: add json escaping to fix windows Created 8 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
Index: src/trusted/service_runtime/sel_main.c
diff --git a/src/trusted/service_runtime/sel_main.c b/src/trusted/service_runtime/sel_main.c
index 2f17887da45b8d5e58aa8ba0fe7d8076374a130a..06be808fc3b1068b63e82a6e8dbef3a8220d31c0 100644
--- a/src/trusted/service_runtime/sel_main.c
+++ b/src/trusted/service_runtime/sel_main.c
@@ -392,6 +392,9 @@ int main(int argc,
}
}
+ if (getenv("NACL_UNTRUSTED_EXCEPTION_HANDLING") != NULL) {
+ exception_handling_requested = 1;
+ }
if (exception_handling_requested) {
#if NACL_WINDOWS
int status;

Powered by Google App Engine
This is Rietveld 408576698