diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 01:49:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 01:49:18 +0000 |
commit | 3aa6856ae81484ff7db975f724f212191f0e23e1 (patch) | |
tree | 7579d77cd2563ea1aa2255aeca1d7ec6406249ca /gdb/infrun.c | |
parent | fe86a81703ef5bfa28950fac5637d32b0f266d20 (diff) | |
download | gdb-3aa6856ae81484ff7db975f724f212191f0e23e1.zip gdb-3aa6856ae81484ff7db975f724f212191f0e23e1.tar.gz gdb-3aa6856ae81484ff7db975f724f212191f0e23e1.tar.bz2 |
* infrun.c, inftarg.c, inferior.h: Comment and lint cleanups.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index f2562f6..8a01acf 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1,6 +1,4 @@ -/* Target independent code for starting (run) and stoping an inferior - process. - +/* Target-struct-independent code to start (run) and stop an inferior process. Copyright 1986, 1987, 1988, 1989, 1991, 1992 Free Software Foundation, Inc. This file is part of GDB. @@ -146,8 +144,6 @@ insert_step_breakpoint PARAMS ((void)); static void resume_cleanups PARAMS ((int)); -extern struct target_ops child_ops; /* In inftarg.c */ - /* Sigtramp is a routine that the kernel calls (which then calls the signal handler). On most machines it is a library routine that is linked into the executable. |