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) |
void * | baton () const |
void | set_locexpr (void *baton) |
void | set_loclist (void *baton) |
void | set_addr_offset (void *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 335 of file gdbtypes.h.
|
inline |
Definition at line 360 of file gdbtypes.h.
|
inline |
Definition at line 347 of file gdbtypes.h.
|
inline |
Definition at line 337 of file gdbtypes.h.
|
inline |
Definition at line 400 of file gdbtypes.h.
|
inline |
Definition at line 381 of file gdbtypes.h.
|
inline |
Definition at line 354 of file gdbtypes.h.
|
inline |
Definition at line 369 of file gdbtypes.h.
|
inline |
Definition at line 375 of file gdbtypes.h.
|
inline |
Definition at line 407 of file gdbtypes.h.
|
inline |
Definition at line 342 of file gdbtypes.h.
|
inline |
Definition at line 423 of file gdbtypes.h.
|
inline |
Definition at line 394 of file gdbtypes.h.
|
inline |
Definition at line 415 of file gdbtypes.h.
|
inline |
Definition at line 387 of file gdbtypes.h.
union dynamic_prop_data dynamic_prop::m_data |
Definition at line 433 of file gdbtypes.h.
enum dynamic_prop_kind dynamic_prop::m_kind |
Definition at line 430 of file gdbtypes.h.