Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dexec.c88 exec_file_attach (args, from_tty); in exec_open()
176 exec_file_attach (char *filename, int from_tty) in exec_file_attach() function
308 exec_file_attach (filename, from_tty); in exec_file_command()
311 exec_file_attach (NULL, from_tty); in exec_file_command()
H A Dgdbcore.h128 extern void exec_file_attach (char *filename, int from_tty);
H A Dmain.c645 if (catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL)) in captured_main()
651 catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL); in captured_main()
H A Dinfcmd.c1823 exec_file_attach (full_exec_path, from_tty); in attach_command()
H A Dinfrun.c426 exec_file_attach (execd_pathname, 0); in follow_exec()
H A DChangeLog-20019494 (exec_file_attach): Move parsing of arguments from here ...
9505 (captured_main): Call exec_file_attach() and symbol_file_add_main()
9528 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
H A DChangeLog-1999898 (exec_file_attach), corefile.c (core_file_command,
1143 * exec.c (exec_file_attach), irix5-nat.c, osfsolib.c, solib.c
8247 xdb_handle_command), exec.c (exec_file_attach): Call
H A 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.
H A DChangeLog-19982692 (exec_file_attach): New function.
3646 (exec_file_attach): add prototype.
H A DChangeLog3178 * exec.c (exec_file_attach):
3226 * exec.c (exec_file_attach): Ditto.
H A DChangeLog-20003608 * exec.c (exec_file_attach): Add .exe extension when __CYGWIN__.