Crashpad
|
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. | |
The message passed from server to client.
enum crashpad::ExceptionHandlerProtocol::ServerToClientMessage::Type : uint32_t |
Enumerator | |
---|---|
kTypeCredentials | Used to pass credentials with |
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. |