Searched refs:exec_open (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdbcore.h | 126 extern void exec_open (char *filename, int from_tty);
|
H A D | exec.c | 85 exec_open (char *args, int from_tty) in exec_open() function 699 exec_ops.to_open = exec_open; in init_exec_ops()
|
H A D | corefile.c | 168 exec_open (filename, 0); in reopen_exec_file()
|
H A D | v850ice.c | 791 exec_open (arg, 0); in ice_file()
|
H A D | ChangeLog-2001 | 9487 Add declarations for exec_open() and exec_file_clear(). 9490 * exec.c (exec_open): New function. Implements to_open for exec 9496 (init_exec_ops): Use exec_open(), not exec_file_command() to 9511 (reopen_exec_file): Call exec_open() instead of exec_file_command(). 9528 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
|
H A D | ChangeLog-1991 | 2693 * exec.c (exec_open, exec_close, exec_xfer_memory, xfer_memory,
|