* inftarg.c (child_wait): Call proc_wait, not wait.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 1 Jun 1994 19:28:24 +0000 (19:28 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 1 Jun 1994 19:28:24 +0000 (19:28 +0000)
commitd3507982fb3837ea4f02432aa16f3d18135cdd62
tree0f2455bb00e11b55b62b30ae6fa306de71c90d95
parent220642fd4757673af90a84ee0532bc7a9c7d785a
* inftarg.c (child_wait): Call proc_wait, not wait.
(child_mourn_inferior): Call proc_remove_foreign.
* main.c (gdb_init): Call init_proc.
* main.c: Provide dummy versions of init_proc, proc_wait, and
proc_remove_foreign for the gdb case (the libgdb case provides its
own versions of these functions).
* Makefile.in (libgdb-files): Add libproc.a.
gdb/ChangeLog
gdb/Makefile.in
gdb/main.c
This page took 0.023812 seconds and 4 git commands to generate.