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

#include <dsmsgs.h>

Public Attributes

struct DShdr hdr
 
st32 pid
 
st32 tid
 
union {
   struct {
      ut32   codeoff
 
      ut32   dataoff
 
      ut16   ostype
 
      ut16   cputype
 
      ut32   cpuid
 
      char   name [DS_DATA_MAX_SIZE]
 
   }   pidload
 
   struct {
      st32   status
 
   }   pidunload
 
   struct {
      st32   status
 
      ut8   faulted
 
      ut8   reserved [3]
 
   }   pidunload_v3
 
   struct {
      ut32   ip
 
      ut32   dp
 
      ut32   flags
 
   }   brk
 
   struct {
      ut32   ip
 
      ut32   lastip
 
   }   step
 
   struct {
      st32   signo
 
      st32   code
 
      st32   value
 
   }   sigev
 
un
 

Detailed Description

Definition at line 448 of file dsmsgs.h.

Member Data Documentation

◆ 

struct { ... } DShMsg_notify_t::brk

◆ code

st32 DShMsg_notify_t::code

Definition at line 480 of file dsmsgs.h.

◆ codeoff

ut32 DShMsg_notify_t::codeoff

Definition at line 454 of file dsmsgs.h.

◆ cpuid

ut32 DShMsg_notify_t::cpuid

Definition at line 458 of file dsmsgs.h.

◆ cputype

ut16 DShMsg_notify_t::cputype

Definition at line 457 of file dsmsgs.h.

◆ dataoff

ut32 DShMsg_notify_t::dataoff

Definition at line 455 of file dsmsgs.h.

◆ dp

ut32 DShMsg_notify_t::dp

Definition at line 471 of file dsmsgs.h.

◆ faulted

ut8 DShMsg_notify_t::faulted

Definition at line 466 of file dsmsgs.h.

◆ flags

ut32 DShMsg_notify_t::flags

Definition at line 472 of file dsmsgs.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ hdr

struct DShdr DShMsg_notify_t::hdr

Definition at line 439 of file dsmsgs.h.

◆ ip

ut32 DShMsg_notify_t::ip

Definition at line 470 of file dsmsgs.h.

◆ lastip

ut32 DShMsg_notify_t::lastip

Definition at line 476 of file dsmsgs.h.

◆ name

◆ ostype

ut16 DShMsg_notify_t::ostype

Definition at line 456 of file dsmsgs.h.

◆ pid

st32 DShMsg_notify_t::pid

Definition at line 450 of file dsmsgs.h.

◆ 

struct { ... } DShMsg_notify_t::pidload

◆ 

struct { ... } DShMsg_notify_t::pidunload

◆ 

struct { ... } DShMsg_notify_t::pidunload_v3

◆ reserved

ut8 DShMsg_notify_t::reserved[3]

Definition at line 467 of file dsmsgs.h.

◆ 

struct { ... } DShMsg_notify_t::sigev

◆ signo

st32 DShMsg_notify_t::signo

Definition at line 479 of file dsmsgs.h.

◆ status

st32 DShMsg_notify_t::status

Definition at line 462 of file dsmsgs.h.

◆ 

struct { ... } DShMsg_notify_t::step

◆ tid

st32 DShMsg_notify_t::tid

Definition at line 451 of file dsmsgs.h.

◆ 

union { ... } DShMsg_notify_t::un

◆ value

st32 DShMsg_notify_t::value

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