Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
register_info_t Struct Reference

Debuggee register information. More...

#include <idd.hpp>

Public Attributes

const char * name
 Register name.
 
uint32 flags
 Register info attribute flags
 
register_class_t register_class
 segment, mmx, etc.
 
op_dtype_t dtype
 Register size (see Operand value types)
 
const char *const * bit_strings
 strings corresponding to each bit of the register. More...
 
uval_t default_bit_strings_mask
 mask of default bits
 

Detailed Description

Debuggee register information.

Member Data Documentation

◆ bit_strings

const char* const* register_info_t::bit_strings

strings corresponding to each bit of the register.

(nullptr = no bit, same name = multi-bits mask)


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