GDB (API)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
range_bounds Struct Reference

#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
 

Detailed Description

Definition at line 705 of file gdbtypes.h.

Member Function Documentation

◆ bit_stride()

ULONGEST range_bounds::bit_stride ( ) const
inline

Definition at line 707 of file gdbtypes.h.

Member Data Documentation

◆ bias

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.

◆ flag_bound_evaluated

unsigned int range_bounds::flag_bound_evaluated

Definition at line 743 of file gdbtypes.h.

◆ flag_is_byte_stride

unsigned int range_bounds::flag_is_byte_stride

Definition at line 747 of file gdbtypes.h.

◆ flag_upper_bound_is_count

unsigned int range_bounds::flag_upper_bound_is_count

Definition at line 738 of file gdbtypes.h.

◆ high

struct dynamic_prop range_bounds::high

High bound of range.

Definition at line 721 of file gdbtypes.h.

◆ low

struct dynamic_prop range_bounds::low

Low bound of range.

Definition at line 717 of file gdbtypes.h.

◆ stride

struct dynamic_prop range_bounds::stride

Definition at line 728 of file gdbtypes.h.


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