aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/crash_generation/crash_generation_server.h
diff options
context:
space:
mode:
authorted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-16 16:48:59 +0000
committerted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-16 16:48:59 +0000
commit14889c340ffe6edeb362232318a8723a96b43a22 (patch)
tree9b46975cb11d44d50b726c43ae8200a7b212b742 /src/client/mac/crash_generation/crash_generation_server.h
parentPut MachIPC into the google_breakpad namespace (diff)
downloadbreakpad-14889c340ffe6edeb362232318a8723a96b43a22.tar.xz
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
Diffstat (limited to 'src/client/mac/crash_generation/crash_generation_server.h')
-rw-r--r--src/client/mac/crash_generation/crash_generation_server.h7
1 files changed, 7 insertions, 0 deletions
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