GDB (API)
|
#include "gdbtypes.h"
Public Member Functions | |
ULONGEST | bit_stride () const |
Public Attributes | |
struct dynamic_prop | low |
struct dynamic_prop | high |
struct dynamic_prop | stride |
LONGEST | bias |
unsigned int | flag_upper_bound_is_count: 1 |
unsigned int | flag_bound_evaluated: 1 |
unsigned int | flag_is_byte_stride: 1 |
Definition at line 705 of file gdbtypes.h.
|
inline |
Definition at line 707 of file gdbtypes.h.
LONGEST range_bounds::bias |
The bias. Sometimes a range value is biased before storage. The bias is added to the stored bits to form the true value.
Definition at line 733 of file gdbtypes.h.
Definition at line 743 of file gdbtypes.h.
Definition at line 747 of file gdbtypes.h.
Definition at line 738 of file gdbtypes.h.
struct dynamic_prop range_bounds::high |
High bound of range.
Definition at line 721 of file gdbtypes.h.
struct dynamic_prop range_bounds::low |
Low bound of range.
Definition at line 717 of file gdbtypes.h.
struct dynamic_prop range_bounds::stride |
Definition at line 728 of file gdbtypes.h.