Crashpad
Public Types | Public Attributes | List of all members
crashpad::ExceptionHandlerProtocol::ServerToClientMessage Struct Reference

The message passed from server to client. More...

#include "util/linux/exception_handler_protocol.h"

Public Types

enum  Type : uint32_t
 

Public Attributes

Type type
 
pid_t pid
 The handler's process ID. Valid for kTypeSetPtracer.
 

Detailed Description

The message passed from server to client.

Member Enumeration Documentation

◆ Type

Enumerator
kTypeCredentials 

Used to pass credentials with SCM_CREDENTIALS.

kTypeForkBroker 

Indicates that the client should fork a PtraceBroker process.

kTypeSetPtracer 

Inidicates that the client should set allow the handler to trace it using PR_SET_PTRACER.

kTypeCrashDumpComplete 

Indicates that the handler has completed a requested crash dump.

kTypeCrashDumpFailed 

Indicicates that the handler was unable to produce a crash dump.


The documentation for this struct was generated from the following file: