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

Unified Diff: tests/untrusted_crash_dump/untrusted_crash_dump.h

Issue 9316125: Adding untrusted crash dump / stack trace tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: taking out of irt tests 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: tests/untrusted_crash_dump/untrusted_crash_dump.h
diff --git a/tests/untrusted_crash_dump/untrusted_crash_dump.h b/tests/untrusted_crash_dump/untrusted_crash_dump.h
new file mode 100644
index 0000000000000000000000000000000000000000..582322dfadf0b6edbf11a0b1ad39f84475882901
--- /dev/null
+++ b/tests/untrusted_crash_dump/untrusted_crash_dump.h
@@ -0,0 +1,25 @@
+/*
Mark Seaborn 2012/02/13 19:04:08 Can this go under 'src/untrusted/crash_dump'? We
bradn 2012/02/13 23:42:03 Done.
+ * Copyright (c) 2012 The Native Client Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/*
+ * Untrusted crash dumper.
+ */
+
+#ifndef NATIVE_CLIENT_TESTS_UNTRUSTED_CRASH_DUMP_UNTRUSTED_CRASH_DUMP_H__
+#define NATIVE_CLIENT_TESTS_UNTRUSTED_CRASH_DUMP_UNTRUSTED_CRASH_DUMP_H__ 1
+
+#include "native_client/src/include/nacl_base.h"
+
+
+EXTERN_C_BEGIN
+
+void NaClCrashDumpInit(char *program_name);
+void NaClCrashDumpDestroy(void);
+void NaClCrashDumpInitThread(void);
+
+EXTERN_C_END
+
+#endif /* NATIVE_CLIENT_TESTS_UNTRUSTED_CRASH_DUMP_UNTRUSTED_CRASH_DUMP_H__ */

Powered by Google App Engine
This is Rietveld 408576698