Home
last modified time | relevance | path

Searched refs:exec_open (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbcore.h126 extern void exec_open (char *filename, int from_tty);
H A Dexec.c85 exec_open (char *args, int from_tty) in exec_open() function
699 exec_ops.to_open = exec_open; in init_exec_ops()
H A Dcorefile.c168 exec_open (filename, 0); in reopen_exec_file()
H A Dv850ice.c791 exec_open (arg, 0); in ice_file()
H A DChangeLog-20019487 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 DChangeLog-19912693 * exec.c (exec_open, exec_close, exec_xfer_memory, xfer_memory,