summaryrefslogtreecommitdiffstats
path: root/gdb/xcoffexec.c
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-09-25 19:11:25 +0000
committerK. Richard Pixley <rich@cygnus>1992-09-25 19:11:25 +0000
commit050d45c5ea27ab282efb06551dff0f29b41a16cd (patch)
tree32378f3576cd3ddcb3d4052c1f9362ec549d4bcb /gdb/xcoffexec.c
parent8ad2a31dd85032ffcb59db205aa1dbbf32f0bf42 (diff)
downloadppe42-binutils-050d45c5ea27ab282efb06551dff0f29b41a16cd.tar.gz
ppe42-binutils-050d45c5ea27ab282efb06551dff0f29b41a16cd.zip
* xcoffexec.c (exec_ops): child_attach and child_create_inferior
replaced with find_default_attach and find_default_create_inferior.
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r--gdb/xcoffexec.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c
index 9c85b0cc57..302b53985f 100644
--- a/gdb/xcoffexec.c
+++ b/gdb/xcoffexec.c
@@ -63,7 +63,6 @@ extern int info_verbose;
bfd *exec_bfd; /* needed by core.c */
extern char *getenv();
-extern void child_create_inferior (), child_attach ();
extern void add_syms_addr_command ();
extern void symbol_file_command ();
static void exec_files_info();
@@ -989,7 +988,7 @@ struct target_ops exec_ops = {
"Use an executable file as a target.\n\
Specify the filename of the executable file.",
exec_file_command, exec_close, /* open, close */
- child_attach, 0, 0, 0, /* attach, detach, resume, wait, */
+ find_default_attach, 0, 0, 0, /* attach, detach, resume, wait, */
0, 0, /* fetch_registers, store_registers, */
0, /* prepare_to_store */
xfer_memory, exec_files_info,
@@ -997,7 +996,7 @@ Specify the filename of the executable file.",
0, 0, 0, 0, 0, /* terminal stuff */
0, 0, /* kill, load */
0, /* lookup sym */
- child_create_inferior,
+ find_default_create_inferior,
0, /* mourn_inferior */
0, /* can_run */
file_stratum, 0, /* next */
OpenPOWER on IntegriCloud