GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/gdb/jv-varobj.c File Reference
#include "defs.h"
#include "varobj.h"

Go to the source code of this file.

Functions

static int java_number_of_children (const struct varobj *var)
 
static char * java_name_of_variable (const struct varobj *parent)
 
static char * java_name_of_child (const struct varobj *parent, int index)
 
static char * java_path_expr_of_child (const struct varobj *child)
 
static struct valuejava_value_of_child (const struct varobj *parent, int index)
 
static struct typejava_type_of_child (const struct varobj *parent, int index)
 
static char * java_value_of_variable (const struct varobj *var, enum varobj_display_formats format)
 

Variables

const struct lang_varobj_ops java_varobj_ops
 

Function Documentation

static char* java_name_of_child ( const struct varobj parent,
int  index 
)
static

Definition at line 50 of file jv-varobj.c.

References cplus_varobj_ops, name, and lang_varobj_ops::name_of_child.

static char* java_name_of_variable ( const struct varobj parent)
static

Definition at line 30 of file jv-varobj.c.

References cplus_varobj_ops, name, and lang_varobj_ops::name_of_variable.

static int java_number_of_children ( const struct varobj var)
static

Definition at line 24 of file jv-varobj.c.

References cplus_varobj_ops, and lang_varobj_ops::number_of_children.

static char* java_path_expr_of_child ( const struct varobj child)
static

Definition at line 69 of file jv-varobj.c.

static struct type* java_type_of_child ( const struct varobj parent,
int  index 
)
static

Definition at line 81 of file jv-varobj.c.

References cplus_varobj_ops, and lang_varobj_ops::type_of_child.

static struct value* java_value_of_child ( const struct varobj parent,
int  index 
)
static

Definition at line 75 of file jv-varobj.c.

References cplus_varobj_ops, and lang_varobj_ops::value_of_child.

static char* java_value_of_variable ( const struct varobj var,
enum varobj_display_formats  format 
)
static

Definition at line 87 of file jv-varobj.c.

References cplus_varobj_ops, and lang_varobj_ops::value_of_variable.

Variable Documentation

const struct lang_varobj_ops java_varobj_ops
Initial value:
=
{
NULL,
}
static struct type * java_type_of_child(const struct varobj *parent, int index)
Definition: jv-varobj.c:81
static struct value * java_value_of_child(const struct varobj *parent, int index)
Definition: jv-varobj.c:75
int varobj_default_value_is_changeable_p(const struct varobj *var)
Definition: varobj.c:2706
static char * java_name_of_variable(const struct varobj *parent)
Definition: jv-varobj.c:30
static char * java_value_of_variable(const struct varobj *var, enum varobj_display_formats format)
Definition: jv-varobj.c:87
static int java_number_of_children(const struct varobj *var)
Definition: jv-varobj.c:24
int varobj_default_is_path_expr_parent(const struct varobj *var)
Definition: varobj.c:1016
static char * java_path_expr_of_child(const struct varobj *child)
Definition: jv-varobj.c:69
static char * java_name_of_child(const struct varobj *parent, int index)
Definition: jv-varobj.c:50

Definition at line 95 of file jv-varobj.c.