GDB (API)
Functions
/home/stan/gdb/src/gdb/ada-varobj.h File Reference
#include "varobj.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 typeada_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)

Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines