GDB (API)
|
#include "gdbtypes.h"
Public Member Functions | |
dynamic_prop_kind | kind () const |
void | set_undefined () |
LONGEST | const_val () const |
void | set_const_val (LONGEST const_val) |
bool | is_constant () const |
const dwarf2_property_baton * | baton () const |
void | set_locexpr (const dwarf2_property_baton *baton) |
void | set_loclist (const dwarf2_property_baton *baton) |
void | set_addr_offset (const dwarf2_property_baton *baton) |
const gdb::array_view< variant_part > * | variant_parts () const |
void | set_variant_parts (gdb::array_view< variant_part > *variant_parts) |
struct type * | original_type () const |
void | set_original_type (struct type *original_type) |
const char * | variable_name () const |
void | set_variable_name (const char *name) |
Public Attributes | |
enum dynamic_prop_kind | m_kind |
union dynamic_prop_data | m_data |
Used to store a dynamic property.
Definition at line 318 of file gdbtypes.h.
|
inline |
Definition at line 348 of file gdbtypes.h.
|
inline |
Definition at line 330 of file gdbtypes.h.
|
inline |
Definition at line 345 of file gdbtypes.h.
|
inline |
Definition at line 320 of file gdbtypes.h.
Definition at line 388 of file gdbtypes.h.
|
inline |
Definition at line 369 of file gdbtypes.h.
Definition at line 337 of file gdbtypes.h.
|
inline |
Definition at line 357 of file gdbtypes.h.
|
inline |
Definition at line 363 of file gdbtypes.h.
Definition at line 395 of file gdbtypes.h.
|
inline |
Definition at line 325 of file gdbtypes.h.
Definition at line 411 of file gdbtypes.h.
|
inline |
Definition at line 382 of file gdbtypes.h.
Definition at line 403 of file gdbtypes.h.
|
inline |
Definition at line 375 of file gdbtypes.h.
union dynamic_prop_data dynamic_prop::m_data |
Definition at line 421 of file gdbtypes.h.
enum dynamic_prop_kind dynamic_prop::m_kind |
Definition at line 418 of file gdbtypes.h.