Lines Matching refs:exec_file
403 char *exec_file; in run_command() local
425 exec_file = (char *) get_exec_file (0); in run_command()
469 if (exec_file) in run_command()
470 ui_out_field_string (uiout, "execfile", exec_file); in run_command()
481 target_create_inferior (exec_file, get_inferior_args (), in run_command()
1766 char *exec_file; in attach_command() local
1806 exec_file = (char *) get_exec_file (0); in attach_command()
1807 if (!exec_file) in attach_command()
1809 exec_file = target_pid_to_exec_file (PIDGET (inferior_ptid)); in attach_command()
1810 if (exec_file) in attach_command()
1820 if (!source_full_path_of (exec_file, &full_exec_path)) in attach_command()
1821 full_exec_path = savestring (exec_file, strlen (exec_file)); in attach_command()