Searched refs:get_exec_file (Results 1 – 19 of 19) sorted by relevance
45 if (get_exec_file (0)) in elf_none_make_corefile_notes()47 const char *exe = get_exec_file (0); in elf_none_make_corefile_notes()
218 const char *current_exec_file = get_exec_file (0); in validate_exec_file()236 current_exec_file = get_exec_file (0); in validate_exec_file()317 if (get_exec_file (0) != NULL) in exec_file_locate_attach()
127 execfile = get_exec_file (1); in bsd_kvm_target_open()
82 get_exec_file (int err) in get_exec_file() function
3580 if (get_exec_file (0)) in make_corefile_notes()3582 strncpy (fname, lbasename (get_exec_file (0)), sizeof (fname)); in make_corefile_notes()3584 strncpy (psargs, get_exec_file (0), sizeof (psargs)); in make_corefile_notes()
687 if (get_exec_file (0)) in fbsd_make_corefile_notes()689 const char *fname = lbasename (get_exec_file (0)); in fbsd_make_corefile_notes()
424 exec_file = get_exec_file (0); in run_command_1()2500 if (get_exec_file (0) == nullptr) in setup_inferior()
687 exec_file = get_exec_file (1); in create_inferior()
1193 argv[0] = const_cast<char *> (get_exec_file (1)); in create_inferior()
3575 exec_file = get_exec_file (0); in target_announce_detach()3592 const char *exec_file = get_exec_file (0); in target_announce_attach()
1846 arg = get_exec_file (1); in load_command()
172 (get_exec_file): Mention the `file' command.
2873 if (try_open_exec && get_exec_file (0) == NULL) in remote_add_inferior()
519 * corefile.c (get_exec_file): Constify result. Remove extraneous522 * gdbsupport/common-inferior.h (get_exec_file): Constify result.
12281 * corefile.c (get_exec_file): Update comment.12303 * gdbcore.h (get_exec_file): Remove declaration.
57 from get_exec_file.
4336 * corefile.c (get_exec_file): Use exec_filename.
4421 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2912 * corefile.c (get_exec_file): Update.