Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDinferior.h266 extern char *construct_inferior_arguments (struct gdbarch *, int, char **);
HDgdbarch.c252 gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments; member
419 construct_inferior_arguments, /* construct_inferior_arguments */
527 current_gdbarch->construct_inferior_arguments = construct_inferior_arguments; in gdbarch_alloc()
936 (long) current_gdbarch->construct_inferior_arguments); in gdbarch_dump()
5142 gdb_assert (gdbarch->construct_inferior_arguments != NULL); in gdbarch_construct_inferior_arguments()
5145 return gdbarch->construct_inferior_arguments (gdbarch, argc, argv); in gdbarch_construct_inferior_arguments()
5150 … gdbarch_construct_inferior_arguments_ftype construct_inferior_arguments) in set_gdbarch_construct_inferior_arguments() argument
5152 gdbarch->construct_inferior_arguments = construct_inferior_arguments; in set_gdbarch_construct_inferior_arguments()
HDinfcmd.c266 construct_inferior_arguments (struct gdbarch *gdbarch, int argc, char **argv) in construct_inferior_arguments() function
HDgdbarch.h2217 …struct gdbarch *gdbarch, gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments);