Home
last modified time | relevance | path

Searched refs:target_desc_info (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dtarget-descriptions.h34 struct target_desc_info;
63 void target_desc_info_free (struct target_desc_info *tdesc_info);
68 int target_desc_info_from_user_p (struct target_desc_info *info);
H A Dinferior.h32 struct target_desc_info;
502 struct target_desc_info *tdesc_info;
H A Dtarget-descriptions.c238 struct target_desc_info struct
262 static struct target_desc_info * argument
266 inf->tdesc_info = XCNEW (struct target_desc_info); in get_tdesc_info()
278 target_desc_info_from_user_p (struct target_desc_info *info) in target_desc_info_from_user_p()
288 struct target_desc_info *src = get_tdesc_info (srcinf); in copy_inferior_target_desc_info()
289 struct target_desc_info *dest = get_tdesc_info (destinf); in copy_inferior_target_desc_info()
299 target_desc_info_free (struct target_desc_info *tdesc_info) in target_desc_info_free()