Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dcorelow.c959 core_ops.to_read_description = core_read_description; in init_core_ops()
H A Dtarget.h630 const struct target_desc *(*to_read_description) (struct target_ops *ops); member
H A Dtarget.c858 current_target.to_read_description = NULL; in update_current_target()
2849 if (t->to_read_description != NULL) in target_read_description()
2853 tdesc = t->to_read_description (t); in target_read_description()
H A Dremote.c11384 remote_ops.to_read_description = remote_read_description; in init_remote_ops()