GDB (API)
|
#include "defs.h"
#include "ada-varobj.h"
#include "ada-lang.h"
#include "language.h"
#include "valprint.h"
Go to the source code of this file.
Functions | |
int | ada_varobj_get_number_of_children (struct value *parent_value, struct type *parent_type) |
char * | ada_varobj_get_name_of_child (struct value *parent_value, struct type *parent_type, const char *parent_name, int child_index) |
char * | ada_varobj_get_path_expr_of_child (struct value *parent_value, struct type *parent_type, const char *parent_name, const char *parent_path_expr, int child_index) |
struct value * | ada_varobj_get_value_of_child (struct value *parent_value, struct type *parent_type, const char *parent_name, int child_index) |
struct type * | ada_varobj_get_type_of_child (struct value *parent_value, struct type *parent_type, int child_index) |
char * | ada_varobj_get_value_of_variable (struct value *value, struct type *type, struct value_print_options *opts) |
char* ada_varobj_get_name_of_child | ( | struct value * | parent_value, |
struct type * | parent_type, | ||
const char * | parent_name, | ||
int | child_index | ||
) |
Definition at line 725 of file ada-varobj.c.
int ada_varobj_get_number_of_children | ( | struct value * | parent_value, |
struct type * | parent_type | ||
) |
Definition at line 327 of file ada-varobj.c.
char* ada_varobj_get_path_expr_of_child | ( | struct value * | parent_value, |
struct type * | parent_type, | ||
const char * | parent_name, | ||
const char * | parent_path_expr, | ||
int | child_index | ||
) |
Definition at line 745 of file ada-varobj.c.
struct type* ada_varobj_get_type_of_child | ( | struct value * | parent_value, |
struct type * | parent_type, | ||
int | child_index | ||
) | [read] |
Definition at line 781 of file ada-varobj.c.
struct value* ada_varobj_get_value_of_child | ( | struct value * | parent_value, |
struct type * | parent_type, | ||
const char * | parent_name, | ||
int | child_index | ||
) | [read] |
Definition at line 764 of file ada-varobj.c.
char* ada_varobj_get_value_of_variable | ( | struct value * | value, |
struct type * | type, | ||
struct value_print_options * | opts | ||
) |
Definition at line 860 of file ada-varobj.c.