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

#include <rz_bp.h>

Public Attributes

char * name
 
char * module_name
 
st64 module_delta
 
ut64 addr
 
ut64 delta
 
int size
 
bool swstep
 
int perm
 
int hw
 
int trace
 
int internal
 
int enabled
 
int togglehits
 
int hits
 
ut8obytes
 
ut8bbytes
 
int pids [RZ_BP_MAXPIDS]
 
char * data
 
char * cond
 
char * expr
 

Detailed Description

Definition at line 41 of file rz_bp.h.

Member Data Documentation

◆ addr

◆ bbytes

ut8* rz_bp_item_t::bbytes

Definition at line 57 of file rz_bp.h.

◆ cond

char* rz_bp_item_t::cond

Definition at line 60 of file rz_bp.h.

Referenced by rz_debug_continue_kill(), and rz_serialize_bp_save().

◆ data

char* rz_bp_item_t::data

◆ delta

ut64 rz_bp_item_t::delta

Definition at line 46 of file rz_bp.h.

Referenced by bp_load_cb(), rz_debug_bp_rebase(), and rz_serialize_bp_save().

◆ enabled

◆ expr

char* rz_bp_item_t::expr

◆ hits

int rz_bp_item_t::hits

Definition at line 55 of file rz_bp.h.

Referenced by bp_load_cb(), and rz_serialize_bp_save().

◆ hw

int rz_bp_item_t::hw

Definition at line 50 of file rz_bp.h.

Referenced by bp_load_cb(), and rz_serialize_bp_save().

◆ internal

int rz_bp_item_t::internal

Definition at line 52 of file rz_bp.h.

Referenced by bp_load_cb(), and rz_serialize_bp_save().

◆ module_delta

st64 rz_bp_item_t::module_delta

Definition at line 44 of file rz_bp.h.

Referenced by bp_load_cb(), rz_debug_bp_add(), and rz_serialize_bp_save().

◆ module_name

char* rz_bp_item_t::module_name

Definition at line 43 of file rz_bp.h.

Referenced by bp_load_cb(), rz_debug_bp_add(), and rz_serialize_bp_save().

◆ name

◆ obytes

ut8* rz_bp_item_t::obytes

Definition at line 56 of file rz_bp.h.

◆ perm

int rz_bp_item_t::perm

Definition at line 49 of file rz_bp.h.

Referenced by bp_load_cb(), rz_cmd_debug_show_cur_bp_handler(), and rz_serialize_bp_save().

◆ pids

int rz_bp_item_t::pids[RZ_BP_MAXPIDS]

Definition at line 58 of file rz_bp.h.

Referenced by bp_load_cb(), and rz_serialize_bp_save().

◆ size

int rz_bp_item_t::size

Definition at line 47 of file rz_bp.h.

Referenced by bp_load_cb(), and rz_serialize_bp_save().

◆ swstep

bool rz_bp_item_t::swstep

Definition at line 48 of file rz_bp.h.

Referenced by bp_load_cb(), rz_debug_step_soft(), and rz_serialize_bp_save().

◆ togglehits

int rz_bp_item_t::togglehits

Definition at line 54 of file rz_bp.h.

Referenced by bp_load_cb(), and rz_serialize_bp_save().

◆ trace


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