Home
last modified time | relevance | path

Searched refs:to_info_proc (Results 1 – 8 of 8) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcorelow.c965 core_ops.to_info_proc = core_info_proc; in init_core_ops()
H A Dtarget.h740 void (*to_info_proc) (struct target_ops *, char *, enum info_proc_what); member
H A Dtarget.c3181 if (t->to_info_proc != NULL) in target_info_proc()
3183 t->to_info_proc (t, args, what); in target_info_proc()
H A Dprocfs.c213 t->to_info_proc = procfs_info_proc; in procfs_target()
H A DChangeLog-2012589 (init_core_ops): Set to_info_proc.
12539 * target.h (struct target_ops): Add to_info_proc.
12546 for a to_info_proc implementation. Handle "what" argument.
12553 for a to_info_proc implementation.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-2012589 (init_core_ops): Set to_info_proc.
12537 * target.h (struct target_ops): Add to_info_proc.
12544 for a to_info_proc implementation. Handle "what" argument.
12551 for a to_info_proc implementation.
H A DChangeLog-20147402 * target.h (struct target_ops) <to_info_proc>: Make parameter
H A DChangeLog-201816379 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".