Crashpad
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
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

 DISALLOW_IMPLICIT_CONSTRUCTORS (ExceptionHandlerProtocol)
 

Static Public Attributes

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

Member Data Documentation

◆ kDumpDoneSignal

constexpr 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: