Crashpad
|
The message passed from client to server. More...
#include "util/linux/exception_handler_protocol.h"
Public Types | |
enum | Type : uint32_t |
Public Member Functions | |
ClientToServerMessage () | |
Constructs this object. | |
Public Attributes | |
int32_t | version |
Indicates what message version is being used. | |
Type | type |
VMAddress | requesting_thread_stack_address |
A stack address of the thread sending the message. | |
union { | |
ClientInformation client_info | |
Valid for type == kCrashDumpRequest. | |
}; | |
Static Public Attributes | |
static constexpr int32_t | kVersion = 1 |
The message passed from client to server.
enum crashpad::ExceptionHandlerProtocol::ClientToServerMessage::Type : uint32_t |