Crashpad
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
crashpad::ExceptionHandlerProtocol Class Reference

Classes

struct  ClientInformation
 Information about a client registered with an ExceptionHandlerServer. More...
 
struct  ClientToServerMessage
 The message passed from client to server. More...
 
struct  ServerToClientMessage
 The message passed from server to client. More...
 

Public Types

enum  Bool : char
 A boolean status suitable for communication between processes.
 
using Errno = int32_t
 The type used for error reporting.
 

Public Member Functions

 ExceptionHandlerProtocol (const ExceptionHandlerProtocol &)=delete
 
ExceptionHandlerProtocoloperator= (const ExceptionHandlerProtocol &)=delete
 

Static Public Attributes

static constexpr int kDumpDoneSignal = SIGCONT
 The signal used to indicate a crash dump is complete.
 

Member Data Documentation

◆ kDumpDoneSignal

int crashpad::ExceptionHandlerProtocol::kDumpDoneSignal = SIGCONT
staticconstexpr

The signal used to indicate a crash dump is complete.

When multiple clients share a single socket connection with the handler, the handler sends this signal to the dump requestor to indicate when the the dump is either done or has failed and the client may continue.


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