Rizin
unix-like reverse engineering framework and cli tools
libgdbr_message_t Struct Reference

#include <libgdbr.h>

Public Attributes

ssize_t len
 
char * msg
 
uint8_t chk
 

Detailed Description

Structure that saves a gdb message

Definition at line 26 of file libgdbr.h.

Member Data Documentation

◆ chk

uint8_t libgdbr_message_t::chk

Pointer to the buffer that contains the message

Definition at line 29 of file libgdbr.h.

◆ len

ssize_t libgdbr_message_t::len

Definition at line 27 of file libgdbr.h.

◆ msg

char* libgdbr_message_t::msg

Len of the message

Definition at line 28 of file libgdbr.h.


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