]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/inflow.c
2003-02-06 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 7 Feb 2003 04:21:34 +0000 (04:21 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 7 Feb 2003 04:21:34 +0000 (04:21 +0000)
commit44270758cd8e51b26d4bf8c58f2d69f27225a71f
treeec8ce247b0b33ef5a05eae8c68cb6661591810b9
parentdf8f727469e674603bd9438adf5fcf070227aa94
2003-02-06  Andrew Cagney  <ac131313@redhat.com>

* Makefile.in (inflow_h): Define.
(procfs.o, inflow.o, procfs.o): Update dependencies.
* inftarg.c (child_stop): Delete extern declaration of
inferior_process_group.  Include "inflow.h".
* procfs.c (procfs_stop): Ditto.  Include "inflow.h".
* inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
* inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
(our_process_group, inferior_process_group): Extern declarations.
gdb/ChangeLog
gdb/Makefile.in
gdb/inflow.c
gdb/inflow.h [new file with mode: 0644]
gdb/inftarg.c
gdb/procfs.c