Home
last modified time | relevance | path

Searched refs:exec_file_attach (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dexec.c146 exec_file_attach (args, from_tty); in exec_target_open()
185 exec_file_attach (exec_file_host, add_flags & SYMFILE_VERBOSE); in try_open_exec_file()
295 exec_file_attach (exec_file_target.c_str (), from_tty); in validate_exec_file()
362 exec_file_attach (const char *filename, int from_tty) in exec_file_attach() function
538 exec_file_attach (filename.get (), from_tty); in exec_file_command()
541 exec_file_attach (NULL, from_tty); in exec_file_command()
Dgdbcore.h133 extern void exec_file_attach (const char *filename, int from_tty);
Dprogspace.c227 exec_file_attach (src->exec_filename.get (), 0); in clone_program_space()
Dmain.c1213 ret = catch_command_errors (exec_file_attach, execarg, in captured_main_1()
1222 ret = catch_command_errors (exec_file_attach, execarg, in captured_main_1()
Dcorefile.c59 exec_file_attach (bfd_get_filename (exec_bfd), 0); in reopen_exec_file()
Dinferior.c945 exec_file_attach (exec.get (), from_tty); in add_inferior_command()
Dcorelow.c599 exec_file_attach (bfd_get_filename (execbfd.get ()), from_tty); in locate_exec_from_corefile_build_id()
DChangeLog-20121333 * exec.c (exec_file_attach): Move cleanup after verifying that
3385 * exec.c (exec_file_attach): Use gdb_bfd_open.
3489 * exec.c (exec_close, exec_file_attach): Update.
4440 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4480 * exec.c (exec_file_attach): Update.
4858 (exec_file_attach): Don't copy the filename. Call
4939 (exec_file_attach): Use gdb_bfd_ref.
6644 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
DChangeLog-20202758 (exec_file_attach): Update.
2820 * exec.c (exec_file_attach): Update.
2861 * exec.c (validate_exec_file, exec_file_attach)
2887 * exec.c (exec_file_attach): Use current_program_space.
2900 (exec_target::close, exec_file_attach): Update.
2914 (exec_file_attach): Update.
3613 * exec.c (exec_file_attach): Update.
3643 * exec.c (exec_file_attach, clear_section_table): Update.
10275 * exec.c (exec_file_attach): Use errno value of first openp failure.
DChangeLog-20051939 * exec.c (exec_file_attach): Remove DEPRECATED_HPUX_TEXT_END.
2697 * exec.c (exec_file_attach): Likewise.
4915 (exec_file_attach): Emit executable_changed notification.
DChangeLog-2006712 * exec.c (exec_file_attach): Update the architecture after removing
1562 Use exec_file_attach.
DChangeLog-20132618 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
4109 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
4339 (exec_file_attach): New variable canonical_pathname. Use
8116 (exec_file_attach): Remove vmap handling code, and reference
DChangeLog-20091803 (exec_file_attach): Add comment.
8437 (exec_file_attach): Likewise. Adjust to not use to_sections. Add
12058 * exec.c (exec_file_attach): Fix comment.
13440 * exec.c (exec_file_attach): Do cleanups before returning.
DChangeLog-20019490 (exec_file_attach): Move parsing of arguments from here ...
9501 (captured_main): Call exec_file_attach() and symbol_file_add_main()
9524 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
DChangeLog-1999894 (exec_file_attach), corefile.c (core_file_command,
1139 * exec.c (exec_file_attach), irix5-nat.c, osfsolib.c, solib.c
8241 xdb_handle_command), exec.c (exec_file_attach): Call
DChangeLog-20081005 * exec.c (exec_file_attach): Close scratch_chan on failure.
5431 * exec.c (exec_file_attach): Don't pass argument to observer.
9857 (exec_file_attach): Set it.
DChangeLog-20033278 (exec_file_attach): Replace code computing "text_end" code with
4086 * exec.c (exec_file_attach): Update.
4087 (exec_file_attach): Update.
14332 (exec_file_attach): Make text_start local to the function.
DChangeLog-20175175 * exec.c (exec_file_attach): Use new_bfd_ref.
9712 * exec.c (exec_file_attach): Update.
9737 * exec.c (exec_file_attach): Update.
17949 * exec.c (exec_file_attach): Update.
DChangeLog-19982692 (exec_file_attach): New function.
3646 (exec_file_attach): add prototype.
DChangeLog-2015870 * exec.c (exec_file_attach, symfile_bfd_open) [__GO32__ || _WIN32
7889 * exec.c (exec_file_attach): Add period at the end of error
10845 * exec.c (exec_file_attach): Support "target:" filenames.
DChangeLog-20183795 * exec.c (exec_file_attach): Update.
12381 * exec.c (exec_file_attach): Use new_reference.
15338 * exec.c (exec_file_attach): Update.
DChangeLog-20145743 * exec.c (exec_file_attach): Make "filename" const.
5745 (specify_exec_file_hook, exec_file_attach): Constify.
10966 * exec.c (exec_file_attach): Hold a reference to exec_bfd.
DChangeLog-20045059 * exec.c (exec_file_attach):
5107 * exec.c (exec_file_attach): Ditto.
DChangeLog-20003608 * exec.c (exec_file_attach): Add .exe extension when __CYGWIN__.
DChangeLog-201010403 * exec.c (exec_file_attach): Change bfd_errmsg to

12