From 14889c340ffe6edeb362232318a8723a96b43a22 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Mon, 16 Aug 2010 16:48:59 +0000 Subject: Change ClientInfo into a class to match other platforms, rename the current ClientInfo to ExceptionInfo R=mark at http://breakpad.appspot.com/156001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@651 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/crash_generation/crash_generation_server.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/client/mac/crash_generation/crash_generation_server.h') diff --git a/src/client/mac/crash_generation/crash_generation_server.h b/src/client/mac/crash_generation/crash_generation_server.h index 1f2695c4..e174f9d0 100644 --- a/src/client/mac/crash_generation/crash_generation_server.h +++ b/src/client/mac/crash_generation/crash_generation_server.h @@ -45,6 +45,13 @@ enum { kQuitMessage = 3 }; +// Exception details sent by the client when requesting a dump. +struct ExceptionInfo { + int exception_type; + int exception_code; + int exception_subcode; +}; + class CrashGenerationServer { public: // WARNING: callbacks may be invoked on a different thread -- cgit v1.2.1