* inftarg.c (child_create_inferior, child_attach,
authorK. Richard Pixley <rich@cygnus>
Fri, 25 Sep 1992 19:19:08 +0000 (19:19 +0000)
committerK. Richard Pixley <rich@cygnus>
Fri, 25 Sep 1992 19:19:08 +0000 (19:19 +0000)
commit310cc5704322805474df29cc1d0e89d0819e624c
treee58467191b33c35bc622dcb6a5644028dbf8c4f4
parent050d45c5ea27ab282efb06551dff0f29b41a16cd
* inftarg.c (child_create_inferior, child_attach,
  child_mourn_inferior): collect unix child process stratum
  functions which live below the target vector into this file to
  facilitate host/target/native split.  Also, make them static.
* inflow.c (child_mourn_inferior): removed.
* infrun.c (child_create_inferior, child_attach): removed.
  (resume): becomes global so that functions below the
  target vector can find it.
* inferior.h (resume): add prototype.
  (child_mourn_inferior, child_create_inferior, child_attach):
  remove prototypes.
gdb/ChangeLog
gdb/inferior.h
gdb/infrun.c
gdb/inftarg.c
This page took 0.025562 seconds and 4 git commands to generate.