Home
last modified time | relevance | path

Searched refs:value_of_variable (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-valprint.c456 val = value_of_variable (common->contents[index], block); in info_common_command_for_block()
H A Dvalops.c149 return value_of_variable (sym, NULL); in find_function_in_inferior()
1493 value_of_variable (struct symbol *var, const struct block *b) in value_of_variable() function
1527 val = value_of_variable (var, b); in address_of_variable()
3522 result = value_of_variable (sym, get_selected_block (0)); in value_maybe_namespace_elt()
H A Dvalue.h566 extern struct value *value_of_variable (struct symbol *var,
H A Deval.c767 ret = value_of_variable (exp->elts[pc + 2].symbol, in evaluate_subexp_standard()
1225 method = value_of_variable (sym, 0); in evaluate_subexp_standard()
1710 argvec[0] = value_of_variable (symp, get_selected_block (0)); in evaluate_subexp_standard()
H A Dvarobj.c428 char *(*value_of_variable) (struct varobj * var, member
2835 return (*var->root->lang->value_of_variable) (var, format); in my_value_of_variable()
H A Dvalarith.c310 return value_of_variable (symp, 0); in value_user_defined_cpp_op()
H A Dvalue.c2578 retval = value_of_variable (sym, NULL); in value_static_field()
H A Dada-lang.c10729 return value_of_variable (syms[0].sym, syms[0].block); in get_var_value()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-type.c935 val = value_of_variable (sym, block); in typy_template_argument()