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

Unified Diff: src/trusted/service_runtime/osx/crash_filter.h

Issue 12207165: Mac x86_64: Mach exception support (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 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/osx/crash_filter.h
===================================================================
--- src/trusted/service_runtime/osx/crash_filter.h (revision 10790)
+++ src/trusted/service_runtime/osx/crash_filter.h (working copy)
@@ -1,29 +0,0 @@
-/*
Mark Seaborn 2013/02/14 23:55:02 Don't delete this file, please -- it's #included f
Mark Mentovai 2013/02/15 17:36:42 Mark Seaborn wrote:
Mark Seaborn 2013/02/15 22:48:08 Hmm, the new function NaClMachThreadStateIsInUntru
- * Copyright (c) 2011 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.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_OSX_CRASH_FILTER_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_OSX_CRASH_FILTER_H_ 1
-
-
-#include <mach/port.h>
-
-#include "native_client/src/include/nacl_base.h"
-
-EXTERN_C_BEGIN
-
-/*
- * This function is intended for use by Chromium's embedding of
- * Breakpad crash reporting. Given the Mach port for a thread in this
- * process that has crashed (and is suspended), this function returns
- * whether the thread crashed inside NaCl untrusted code. This is
- * used for deciding whether to report the crash.
- */
-int NaClMachThreadIsInUntrusted(mach_port_t thread_port);
-
-EXTERN_C_END
-
-
-#endif

Powered by Google App Engine
This is Rietveld 408576698