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

#include <rz_debug.h>

Public Attributes

int pid
 
int tid
 
int uid
 
int gid
 
char * usr
 
char * exe
 
char * cmdline
 
char * libname
 
char * cwd
 
int status
 
int signum
 
void * lib
 
void * thread
 
char * kernel_stack
 

Detailed Description

Definition at line 336 of file rz_debug.h.

Member Data Documentation

◆ cmdline

char* rz_debug_info_t::cmdline

Definition at line 343 of file rz_debug.h.

◆ cwd

char* rz_debug_info_t::cwd

Definition at line 345 of file rz_debug.h.

◆ exe

char* rz_debug_info_t::exe

Definition at line 342 of file rz_debug.h.

◆ gid

int rz_debug_info_t::gid

Definition at line 340 of file rz_debug.h.

◆ kernel_stack

char* rz_debug_info_t::kernel_stack

Definition at line 350 of file rz_debug.h.

◆ lib

void* rz_debug_info_t::lib

Definition at line 348 of file rz_debug.h.

◆ libname

char* rz_debug_info_t::libname

Definition at line 344 of file rz_debug.h.

◆ pid

int rz_debug_info_t::pid

Definition at line 337 of file rz_debug.h.

◆ signum

int rz_debug_info_t::signum

Definition at line 347 of file rz_debug.h.

◆ status

int rz_debug_info_t::status

Definition at line 346 of file rz_debug.h.

◆ thread

void* rz_debug_info_t::thread

Definition at line 349 of file rz_debug.h.

◆ tid

int rz_debug_info_t::tid

Definition at line 338 of file rz_debug.h.

◆ uid

int rz_debug_info_t::uid

Definition at line 339 of file rz_debug.h.

◆ usr

char* rz_debug_info_t::usr

Definition at line 341 of file rz_debug.h.


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