Searched refs:construct_inferior_arguments (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dinferior.h266 extern char *construct_inferior_arguments (struct gdbarch *, int, char **);
H A Dgdbarch.c252 gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments; member in struct:gdbarch
419 construct_inferior_arguments, /* construct_inferior_arguments */
527 current_gdbarch->construct_inferior_arguments = construct_inferior_arguments;
727 /* Skip verify of construct_inferior_arguments, invalid_p == 0 */
935 "gdbarch_dump: construct_inferior_arguments = 0x%08lx\n",
936 (long) current_gdbarch->construct_inferior_arguments);
5142 gdb_assert (gdbarch->construct_inferior_arguments != NULL);
5145 return gdbarch->construct_inferior_arguments (gdbarc
5149 set_gdbarch_construct_inferior_arguments(struct gdbarch *gdbarch, gdbarch_construct_inferior_arguments_ftype construct_inferior_arguments) argument
[all...]
H A Dinfcmd.c268 construct_inferior_arguments (struct gdbarch *gdbarch, int argc, char **argv)
266 construct_inferior_arguments (struct gdbarch *gdbarch, int argc, char **argv) function
H A Dgdbarch.h2217 extern void set_gdbarch_construct_inferior_arguments (struct gdbarch *gdbarch, gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments);

Completed in 172 milliseconds