Searched refs:get_inferior_args (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | fbsd-nat.c | 185 if (get_inferior_args ()) in fbsd_make_corefile_notes() 186 psargs = reconcat (psargs, psargs, " ", get_inferior_args (), NULL); in fbsd_make_corefile_notes()
|
| D | inferior.h | 301 extern char *get_inferior_args (void);
|
| D | infcmd.c | 225 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()
|
| D | linux-nat.c | 2632 if (get_inferior_args ()) in linux_nat_make_corefile_notes() 2635 strncat (psargs, get_inferior_args (), in linux_nat_make_corefile_notes()
|
| D | procfs.c | 6088 inf_args = get_inferior_args (); in procfs_make_note_section()
|