Searched refs:full_exec_path (Results 1 – 1 of 1) sorted by relevance
2417 char *full_exec_path = NULL; in attach_command_post_wait() local2439 if (!source_full_path_of (exec_file, &full_exec_path)) in attach_command_post_wait()2440 full_exec_path = xstrdup (exec_file); in attach_command_post_wait()2442 exec_file_attach (full_exec_path, from_tty); in attach_command_post_wait()2443 symbol_file_add_main (full_exec_path, from_tty); in attach_command_post_wait()