|
GDB (API)
|
#include "gdbtypes.h"
Public Attributes | |
| struct dynamic_prop | low |
| struct dynamic_prop | high |
| int | flag_upper_bound_is_count: 1 |
| int | flag_bound_evaluated: 1 |
Definition at line 562 of file gdbtypes.h.
| int range_bounds::flag_bound_evaluated |
Definition at line 580 of file gdbtypes.h.
| int range_bounds::flag_upper_bound_is_count |
Definition at line 575 of file gdbtypes.h.
| struct dynamic_prop range_bounds::high |
High bound of range.
Definition at line 570 of file gdbtypes.h.
| struct dynamic_prop range_bounds::low |
Low bound of range.
Definition at line 566 of file gdbtypes.h.
1.8.10