mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2002-01-17 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/low-hppabsd.c, gdbserver/low-lynx.c, gdbserver/low-nbsd.c, gdbserver/low-sim.c, gdbserver/low-sparc.c, gdbserver/low-sun3.c, gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
This commit is contained in:
parent
45b7b34510
commit
db728ff7cd
@ -1,15 +1,22 @@
|
||||
2002-01-17 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* low-hppabsd.c (myattach): New function, returning -1.
|
||||
* low-lynx.c (myattach): Likewise.
|
||||
* low-nbsd.c (myattach): Likewise.
|
||||
* low-sim.c (myattach): Likewise.
|
||||
* low-sparc.c (myattach): Likewise.
|
||||
* low-sun3.c (myattach): Likewise.
|
||||
* gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
|
||||
gdbserver/low-nbsd.c, gdbserver/low-sim.c,
|
||||
gdbserver/low-sparc.c, gdbserver/low-sun3.c,
|
||||
gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
|
||||
|
||||
* low-linux.c (myattach): New function.
|
||||
2002-01-17 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* server.c (attach_inferior): New function.
|
||||
* gdbserver/low-hppabsd.c (myattach): New function, returning -1.
|
||||
* gdbserver/low-lynx.c (myattach): Likewise.
|
||||
* gdbserver/low-nbsd.c (myattach): Likewise.
|
||||
* gdbserver/low-sim.c (myattach): Likewise.
|
||||
* gdbserver/low-sparc.c (myattach): Likewise.
|
||||
* gdbserver/low-sun3.c (myattach): Likewise.
|
||||
|
||||
* gdbserver/low-linux.c (myattach): New function.
|
||||
|
||||
* gdbserver/server.c (attach_inferior): New function.
|
||||
(main): Handle "--attach".
|
||||
|
||||
2002-01-16 Andrew Cagney <ac131313@redhat.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Low level interface to ptrace, for the remote server for GDB.
|
||||
Copyright 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright 1995, 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Low level interface to ptrace, for the remote server for GDB.
|
||||
Copyright 1995, 1996, 1998, 1999, 2000, 2001
|
||||
Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Low level interface to ptrace, for the remote server for GDB.
|
||||
Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000
|
||||
Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, 2002
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Low level interface to ptrace, for the remote server for GDB.
|
||||
Copyright 1986, 1987, 1993, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright 1986, 1987, 1993, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Low level interface to simulators, for the remote server for GDB.
|
||||
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Low level interface to ptrace, for the remote server for GDB.
|
||||
Copyright 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, 2001
|
||||
Copyright 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Low level interface to ptrace, for the remote server for GDB.
|
||||
Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001
|
||||
Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, 2002
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Main code for remote server for GDB.
|
||||
Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000
|
||||
Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2002
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
Loading…
Reference in New Issue
Block a user