Searched refs:exec_file_attach (Results 1 – 25 of 26) sorted by relevance
12
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | exec.c | 146 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()
|
| D | gdbcore.h | 133 extern void exec_file_attach (const char *filename, int from_tty);
|
| D | progspace.c | 227 exec_file_attach (src->exec_filename.get (), 0); in clone_program_space()
|
| D | main.c | 1213 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()
|
| D | corefile.c | 59 exec_file_attach (bfd_get_filename (exec_bfd), 0); in reopen_exec_file()
|
| D | inferior.c | 945 exec_file_attach (exec.get (), from_tty); in add_inferior_command()
|
| D | corelow.c | 599 exec_file_attach (bfd_get_filename (execbfd.get ()), from_tty); in locate_exec_from_corefile_build_id()
|
| D | ChangeLog-2012 | 1333 * 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
|
| D | ChangeLog-2020 | 2758 (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.
|
| D | ChangeLog-2005 | 1939 * 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.
|
| D | ChangeLog-2006 | 712 * exec.c (exec_file_attach): Update the architecture after removing 1562 Use exec_file_attach.
|
| D | ChangeLog-2013 | 2618 * 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
|
| D | ChangeLog-2009 | 1803 (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.
|
| D | ChangeLog-2001 | 9490 (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
|
| D | ChangeLog-1999 | 894 (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
|
| D | ChangeLog-2008 | 1005 * 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.
|
| D | ChangeLog-2003 | 3278 (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.
|
| D | ChangeLog-2017 | 5175 * 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.
|
| D | ChangeLog-1998 | 2692 (exec_file_attach): New function. 3646 (exec_file_attach): add prototype.
|
| D | ChangeLog-2015 | 870 * 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.
|
| D | ChangeLog-2018 | 3795 * exec.c (exec_file_attach): Update. 12381 * exec.c (exec_file_attach): Use new_reference. 15338 * exec.c (exec_file_attach): Update.
|
| D | ChangeLog-2014 | 5743 * 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.
|
| D | ChangeLog-2004 | 5059 * exec.c (exec_file_attach): 5107 * exec.c (exec_file_attach): Ditto.
|
| D | ChangeLog-2000 | 3608 * exec.c (exec_file_attach): Add .exe extension when __CYGWIN__.
|
| D | ChangeLog-2010 | 10403 * exec.c (exec_file_attach): Change bfd_errmsg to
|
12