Updated copyright notices for most files.

This commit is contained in:
Joel Brobecker 2009-01-03 05:58:08 +00:00
parent c9fc347d38
commit 0fb0cc7590
1586 changed files with 1776 additions and 1640 deletions

View file

@ -1,3 +1,7 @@
2009-01-03 Joel Brobecker <brobecker@adacore.com>
Updated copyright notices for most files.
2009-01-03 Joel Brobecker <brobecker@adacore.com> 2009-01-03 Joel Brobecker <brobecker@adacore.com>
* top.c (print_gdb_version): Update copyright year. * top.c (print_gdb_version): Update copyright year.

View file

@ -1,5 +1,5 @@
# Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, # Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
# This file is part of GDB. # This file is part of GDB.

View file

@ -58,7 +58,8 @@ AC_MSG_RESULT(yes)
## From Franc,ois Pinard ## ## From Franc,ois Pinard ##
## ----------------------------------------- ## ## ----------------------------------------- ##
# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2008 Free Software Foundation, Inc. # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2008, 2009
Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* YACC parser for Ada expressions, for GDB. /* YACC parser for Ada expressions, for GDB.
Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 1997, 2000, 2003, 2004, Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 1997, 2000, 2003, 2004,
2007, 2008 Free Software Foundation, Inc. 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Ada language support definitions for GDB, the GNU debugger. /* Ada language support definitions for GDB, the GNU debugger.
Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2007, 2008 Free Software Foundation, Inc. 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* FLEX lexer for Ada expressions, for GDB. /* FLEX lexer for Ada expressions, for GDB.
Copyright (C) 1994, 1997, 1998, 2000, 2001, 2002, 2003, 2007, 2008 Copyright (C) 1994, 1997, 1998, 2000, 2001, 2002, 2003, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2003, 2004, /* Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2003, 2004, 2005,
2005, 2007, 2008 Free Software Foundation, Inc. 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Support for printing Ada types for GDB, the GNU debugger. /* Support for printing Ada types for GDB, the GNU debugger.
Copyright (C) 1986, 1988, 1989, 1991, 1997, 1998, 1999, 2000, 2001, 2002, Copyright (C) 1986, 1988, 1989, 1991, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2007, 2008 Free Software Foundation, Inc. 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Support for printing Ada values for GDB, the GNU debugger. /* Support for printing Ada values for GDB, the GNU debugger.
Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1997, 2001, 2002, Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1997, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* addrmap.c --- implementation of address map data structure. /* addrmap.c --- implementation of address map data structure.
Copyright (C) 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* addrmap.h --- interface to address map data structure. /* addrmap.h --- interface to address map data structure.
Copyright (C) 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.
@ -63,7 +63,7 @@ struct addrmap *addrmap_create_mutable (struct obstack *obstack);
(and isn't the lexical block for a function's body), we omit it (and isn't the lexical block for a function's body), we omit it
from GDB's data structures entirely. from GDB's data structures entirely.
However, this menas that we don't decide to create a block (and However, this means that we don't decide to create a block (and
thus record it in the address map) until after we've traversed its thus record it in the address map) until after we've traversed its
children. If we do decide to create the block, we do so at a time children. If we do decide to create the block, we do so at a time
when all its children have already been recorded in the map. So when all its children have already been recorded in the map. So

View file

@ -1,6 +1,7 @@
/* Low level interface for debugging AIX 4.3+ pthreads. /* Low level interface for debugging AIX 4.3+ pthreads.
Copyright (C) 1999, 2000, 2002, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2007, 2008, 2009
Free Software Foundation, Inc.
Written by Nick Duffek <nsd@redhat.com>. Written by Nick Duffek <nsd@redhat.com>.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Low level Alpha GNU/Linux interface, for GDB when running native. /* Low level Alpha GNU/Linux interface, for GDB when running native.
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Target-dependent code for GNU/Linux on Alpha. /* Target-dependent code for GNU/Linux on Alpha.
Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent mdebug code for the ALPHA architecture. /* Target-dependent mdebug code for the ALPHA architecture.
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2007, 2008 Free Software Foundation, Inc. 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Low level Alpha interface, for GDB when running native. /* Low level Alpha interface, for GDB when running native.
Copyright (C) 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2007, 2008 Copyright (C) 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2007, 2008,
Free Software Foundation, Inc. 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Target-dependent code for OSF/1 on Alpha. /* Target-dependent code for OSF/1 on Alpha.
Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Target-dependent code for the ALPHA architecture, for GDB, the GNU Debugger. /* Target-dependent code for the ALPHA architecture, for GDB, the GNU Debugger.
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 2003, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Common target dependent code for GDB on Alpha systems. /* Common target dependent code for GDB on Alpha systems.
Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, 2007, Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, 2007,
2008 Free Software Foundation, Inc. 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for Alpha BSD's. /* Native-dependent code for Alpha BSD's.
Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Common target dependent code Alpha BSD's. /* Common target dependent code Alpha BSD's.
Copyright (C) 2000, 2001, 2002, 2006, 2007, 2008 Copyright (C) 2000, 2001, 2002, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Common target dependent code for Alpha BSD's. /* Common target dependent code for Alpha BSD's.
Copyright (C) 2002, 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2002, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for FreeBSD/alpha. /* Target-dependent code for FreeBSD/alpha.
Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008 Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for NetBSD/alpha. /* Target-dependent code for NetBSD/alpha.
Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Wasabi Systems, Inc. Contributed by Wasabi Systems, Inc.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for OpenBSD/alpha. /* Target-dependent code for OpenBSD/alpha.
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for GNU/Linux x86-64. /* Native-dependent code for GNU/Linux x86-64.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs. Contributed by Jiri Smid, SuSE Labs.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for GNU/Linux x86-64. /* Target-dependent code for GNU/Linux x86-64.
Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008 Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs. Contributed by Jiri Smid, SuSE Labs.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for GNU/Linux AMD64. /* Target-dependent code for GNU/Linux AMD64.
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64. /* Native-dependent code for AMD64.
Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64. /* Native-dependent code for AMD64.
Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for AMD64 Solaris. /* Target-dependent code for AMD64 Solaris.
Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008 Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Joseph Myers, CodeSourcery, LLC. Contributed by Joseph Myers, CodeSourcery, LLC.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for AMD64. /* Target-dependent code for AMD64.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs. Contributed by Jiri Smid, SuSE Labs.

View file

@ -1,6 +1,7 @@
/* Target-dependent definitions for AMD64. /* Target-dependent definitions for AMD64.
Copyright (C) 2001, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009
Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs. Contributed by Jiri Smid, SuSE Labs.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64 BSD's. /* Native-dependent code for AMD64 BSD's.
Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for FreeBSD/amd64. /* Native-dependent code for FreeBSD/amd64.
Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,7 @@
/* Target-dependent code for FreeBSD/amd64. /* Target-dependent code for FreeBSD/amd64.
Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for NetBSD/amd64. /* Native-dependent code for NetBSD/amd64.
Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for NetBSD/amd64. /* Target-dependent code for NetBSD/amd64.
Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Native-dependent code for OpenBSD/amd64. /* Native-dependent code for OpenBSD/amd64.
Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,7 @@
/* Target-dependent code for OpenBSD/amd64. /* Target-dependent code for OpenBSD/amd64.
Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Annotation routines for GDB. /* Annotation routines for GDB.
Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1998, 1999, Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1998, 1999,
2000, 2007, 2008 Free Software Foundation, Inc. 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Annotation routines for GDB. /* Annotation routines for GDB.
Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000, 2007, Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000, 2007,
2008 Free Software Foundation, Inc. 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Dynamic architecture support for GDB, the GNU debugger. /* Dynamic architecture support for GDB, the GNU debugger.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008 Free Software Foundation, Inc. 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Dynamic architecture support for GDB, the GNU debugger. /* Dynamic architecture support for GDB, the GNU debugger.
Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2007, 2008 Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* GNU/Linux on ARM native support. /* GNU/Linux on ARM native support.
Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* GNU/Linux on ARM target support. /* GNU/Linux on ARM target support.
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
Free Software Foundation, Inc. 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* GNU/Linux on ARM target support, prototypes. /* GNU/Linux on ARM target support, prototypes.
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Common target dependent code for GDB on ARM systems. /* Common target dependent code for GDB on ARM systems.
Copyright (C) 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1998, 1999, 2000, Copyright (C) 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Common target dependent code for GDB on ARM systems. /* Common target dependent code for GDB on ARM systems.
Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Target-dependent code for Windows CE running on ARM processors, /* Target-dependent code for Windows CE running on ARM processors,
for GDB. for GDB.
Copyright (C) 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for ARM BSD's. /* Target-dependent code for ARM BSD's.
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Native-dependent code for BSD Unix running on ARM's, for GDB. /* Native-dependent code for BSD Unix running on ARM's, for GDB.
Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 1999, 2002, 2004, 2007, Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 1999, 2002, 2004, 2007,
2008 Free Software Foundation, Inc. 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for NetBSD/arm. /* Target-dependent code for NetBSD/arm.
Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Target-dependent code for OpenBSD/arm. /* Target-dependent code for OpenBSD/arm.
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,7 @@
/* Auxiliary vector support for GDB, the GNU debugger. /* Auxiliary vector support for GDB, the GNU debugger.
Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,7 @@
/* Auxiliary vector support for GDB, the GNU debugger. /* Auxiliary vector support for GDB, the GNU debugger.
Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Target-dependent code for Atmel AVR, for GDB. /* Target-dependent code for Atmel AVR, for GDB.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008 Free Software Foundation, Inc. 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* GDB-specific functions for operating on agent expressions. /* GDB-specific functions for operating on agent expressions.
Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,6 @@
/* GDB-specific functions for operating on agent expressions /* GDB-specific functions for operating on agent expressions
Copyright (C) 1998, 1999, 2000, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,6 @@
/* Functions for manipulating expressions designed to be executed on the agent /* Functions for manipulating expressions designed to be executed on the agent
Copyright (C) 1998, 1999, 2000, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,6 @@
/* Definitions for expressions designed to be executed on the agent /* Definitions for expressions designed to be executed on the agent
Copyright (C) 1998, 1999, 2000, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -2,7 +2,7 @@
Written by Fred Fish <fnf@cygnus.com> Written by Fred Fish <fnf@cygnus.com>
Rewritten by Jim Blandy <jimb@cygnus.com> Rewritten by Jim Blandy <jimb@cygnus.com>
Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008 Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -2,7 +2,7 @@
Written by Fred Fish <fnf@cygnus.com> Written by Fred Fish <fnf@cygnus.com>
Rewritten by Jim Blandy <jimb@cygnus.com> Rewritten by Jim Blandy <jimb@cygnus.com>
Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008 Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Very simple "bfd" target, for GDB, the GNU debugger. /* Very simple "bfd" target, for GDB, the GNU debugger.
Copyright (C) 2003, 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Very simple "bfd" target, for GDB, the GNU debugger. /* Very simple "bfd" target, for GDB, the GNU debugger.
Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Block-related functions for the GNU debugger, GDB. /* Block-related functions for the GNU debugger, GDB.
Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Code dealing with blocks for GDB. /* Code dealing with blocks for GDB.
Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -2,7 +2,7 @@
functions and pc values. functions and pc values.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -2,7 +2,7 @@
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008 Free Software Foundation, Inc. 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Data structures associated with breakpoints in GDB. /* Data structures associated with breakpoints in GDB.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. 2002, 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* BSD Kernel Data Access Library (libkvm) interface. /* BSD Kernel Data Access Library (libkvm) interface.
Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* BSD Kernel Data Access Library (libkvm) interface. /* BSD Kernel Data Access Library (libkvm) interface.
Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* BSD user-level threads support. /* BSD user-level threads support.
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* BSD user-level threads support. /* BSD user-level threads support.
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Support routines for building symbol tables in GDB's internal format. /* Support routines for building symbol tables in GDB's internal format.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Build symbol tables in GDB's internal format. /* Build symbol tables in GDB's internal format.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1996, Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1996,
1997, 1998, 1999, 2000, 2002, 2003, 2007, 2008 1997, 1998, 1999, 2000, 2002, 2003, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* YACC parser for C expressions, for GDB. /* YACC parser for C expressions, for GDB.
Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2003, 2004, 2006, 2007, 2008 1998, 1999, 2000, 2003, 2004, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* C language support routines for GDB, the GNU debugger. /* C language support routines for GDB, the GNU debugger.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003,
2004, 2005, 2007, 2008 Free Software Foundation, Inc. 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* C language support definitions for GDB, the GNU debugger. /* C language support definitions for GDB, the GNU debugger.
Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006,
2007, 2008 Free Software Foundation, Inc. 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Support for printing C and C++ types for GDB, the GNU debugger. /* Support for printing C and C++ types for GDB, the GNU debugger.
Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,7 +1,7 @@
/* Support for printing C values for GDB, the GNU debugger. /* Support for printing C values for GDB, the GNU debugger.
Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2003, 2005, 2006, 2007, 2008 1998, 1999, 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -6,7 +6,8 @@
2000-12-01 fnasser@redhat.com */ 2000-12-01 fnasser@redhat.com */
/* Prototypes for GDB commands that are called internally by other functions. /* Prototypes for GDB commands that are called internally by other functions.
Copyright (C) 1992, 2000, 2001, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 1992, 2000, 2001, 2007, 2008, 2009
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* Character set conversion support for GDB. /* Character set conversion support for GDB.
Copyright (C) 2001, 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Character set conversion support for GDB. /* Character set conversion support for GDB.
Copyright (C) 2001, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Output generating routines for GDB CLI. /* Output generating routines for GDB CLI.
Copyright (C) 1999, 2000, 2002, 2003, 2005, 2007, 2008 Copyright (C) 1999, 2000, 2002, 2003, 2005, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Cygnus Solutions. Contributed by Cygnus Solutions.

View file

@ -1,5 +1,5 @@
/* Output generating routines for GDB CLI. /* Output generating routines for GDB CLI.
Copyright (C) 1999, 2000, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
Contributed by Cygnus Solutions. Contributed by Cygnus Solutions.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* GDB CLI commands. /* GDB CLI commands.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Header file for GDB CLI command implementation library. /* Header file for GDB CLI command implementation library.
Copyright (c) 2000,2006,2007,2008 Free Software Foundation, Inc. Copyright (c) 2000,2006,2007,2008,2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
/* Handle lists of commands, their decoding and documentation, for GDB. /* Handle lists of commands, their decoding and documentation, for GDB.
Copyright (c) 1986, 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2004, 2007, Copyright (c) 1986, 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2004, 2007,
2008 Free Software Foundation, Inc. 2008, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* Header file for GDB command decoding library. /* Header file for GDB command decoding library.
Copyright (c) 2000, 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (c) 2000, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -129,7 +129,7 @@ struct cmd_list_element
/* Hook for another command to be executed after this command. */ /* Hook for another command to be executed after this command. */
struct cmd_list_element *hook_post; struct cmd_list_element *hook_post;
/* Flag that specifies if this command is already running it's hook. */ /* Flag that specifies if this command is already running its hook. */
/* Prevents the possibility of hook recursion. */ /* Prevents the possibility of hook recursion. */
int hook_in; int hook_in;

View file

@ -1,6 +1,6 @@
/* Dump-to-file commands, for GDB, the GNU debugger. /* Dump-to-file commands, for GDB, the GNU debugger.
Copyright (c) 2002, 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (c) 2002, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.

View file

@ -1,6 +1,6 @@
/* Dump-to-file commands, for GDB, the GNU debugger. /* Dump-to-file commands, for GDB, the GNU debugger.
Copyright (c) 2001, 2005, 2007, 2008 Free Software Foundation, Inc. Copyright (c) 2001, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* CLI Definitions for GDB, the GNU debugger. /* CLI Definitions for GDB, the GNU debugger.
Copyright (c) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (c) 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Command-line output logging for GDB, the GNU debugger. /* Command-line output logging for GDB, the GNU debugger.
Copyright (c) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Copyright (c) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,8 +1,8 @@
/* GDB CLI command scripting. /* GDB CLI command scripting.
Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008,
Free Software Foundation, Inc. 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,5 +1,5 @@
/* Header file for GDB CLI command implementation library. /* Header file for GDB CLI command implementation library.
Copyright (c) 2000, 2002, 2007, 2008 Free Software Foundation, Inc. Copyright (c) 2000, 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* Handle set and show GDB commands. /* Handle set and show GDB commands.
Copyright (c) 2000, 2001, 2002, 2003, 2007, 2008 Copyright (c) 2000, 2001, 2002, 2003, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,5 @@
/* Header file for GDB CLI set and show commands implementation. /* Header file for GDB CLI set and show commands implementation.
Copyright (c) 2000, 2001, 2007, 2008 Free Software Foundation, Inc. Copyright (c) 2000, 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -2,7 +2,7 @@
convert to internal format, for GDB. Used as a last resort if no convert to internal format, for GDB. Used as a last resort if no
debugging symbols recognized. debugging symbols recognized.
Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Interface to coff-pe-read.c (portable-executable-specific symbol reader). /* Interface to coff-pe-read.c (portable-executable-specific symbol reader).
Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

Some files were not shown because too many files have changed in this diff Show more