Home
last modified time | relevance | path

Searched refs:get_inferior_args (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dfbsd-nat.c185 if (get_inferior_args ()) in fbsd_make_corefile_notes()
186 psargs = reconcat (psargs, psargs, " ", get_inferior_args (), NULL); in fbsd_make_corefile_notes()
Dinferior.h301 extern char *get_inferior_args (void);
Dinfcmd.c225 get_inferior_args (void) in get_inferior_args() function
277 get_inferior_args (); in notice_args_read()
504 ui_out_field_string (uiout, "infargs", get_inferior_args ()); in run_command_1()
511 target_create_inferior (exec_file, get_inferior_args (), in run_command_1()
Dlinux-nat.c2632 if (get_inferior_args ()) in linux_nat_make_corefile_notes()
2635 strncat (psargs, get_inferior_args (), in linux_nat_make_corefile_notes()
Dprocfs.c6088 inf_args = get_inferior_args (); in procfs_make_note_section()