Home
last modified time | relevance | path

Searched refs:gdb_parse_exp_1 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwrapper.h30 extern int gdb_parse_exp_1 (char **, struct block *,
H A Dwrapper.c73 gdb_parse_exp_1 (char **stringptr, struct block *block, int comma, in gdb_parse_exp_1() function
H A Dvarobj.c466 if (!gdb_parse_exp_1 (&p, block, 0, &var->root->exp)) in varobj_create()
802 if (!gdb_parse_exp_1 (&s, 0, 0, &exp)) in varobj_set_value()
882 if (!gdb_parse_exp_1 (&name, var->root->valid_block, 0, &var->root->exp)) in varobj_refresh()
H A DChangeLog-20006686 * wrapper.c,h (gdb_parse_exp_1): Added a wrapper for
6687 gdb_parse_exp_1.