Browse Source

* tui/tui-file.c:

* tui/tui-disasm.c:
	* tui/tui-data.h:
	* tui/tui-data.c:
	* tui/tui-command.h:
	* tui/tui-command.c:
	* tui/tui-win.h:
	* tui/tui-win.h:
	* tui/tui-win.c:
	* tui/tui-stack.h:
	* tui/tui-stack.c:
	* tui/tui-source.h:
	* tui/tui-source.c:
	* tui/tui-regs.h:
	* tui/tui-regs.c:
	* tui/tui-out.c:
	* tui/tui-main.c:
	* tui/tui-layout.h:
	* tui/tui-layout.c:
	* tui/tui-io.h:
	* tui/tui-io.c:
	* tui/tui-interp.c:
	* tui/tui-hooks.h:
	* tui/tui-hooks.c:
	* tui/tui-file.h:
	* tui/tui.h:
	* tui/tui.c:
	* tui/tui-winsource.h:
	* tui/tui-winsource.c:
	* tui/tui-wingeneral.h:
	* tui/tui-wingeneral.c:
	* tui/tui-windata.h:
	* tui/tui-windata.c: Add (C) after Copyright.  Update the FSF
	address.
readline_5_1-import-branch
Eli Zaretskii 21 years ago
parent
commit
88d83552b1
  1. 6
      gdb/tui/tui-command.c
  2. 6
      gdb/tui/tui-command.h
  3. 6
      gdb/tui/tui-data.c
  4. 6
      gdb/tui/tui-data.h
  5. 6
      gdb/tui/tui-disasm.c
  6. 6
      gdb/tui/tui-disasm.h
  7. 6
      gdb/tui/tui-file.c
  8. 6
      gdb/tui/tui-file.h
  9. 6
      gdb/tui/tui-hooks.c
  10. 6
      gdb/tui/tui-hooks.h
  11. 6
      gdb/tui/tui-interp.c
  12. 6
      gdb/tui/tui-io.c
  13. 6
      gdb/tui/tui-io.h
  14. 6
      gdb/tui/tui-layout.c
  15. 6
      gdb/tui/tui-layout.h
  16. 6
      gdb/tui/tui-main.c
  17. 6
      gdb/tui/tui-out.c
  18. 6
      gdb/tui/tui-regs.c
  19. 6
      gdb/tui/tui-regs.h
  20. 6
      gdb/tui/tui-source.c
  21. 6
      gdb/tui/tui-source.h
  22. 6
      gdb/tui/tui-stack.c
  23. 6
      gdb/tui/tui-stack.h
  24. 6
      gdb/tui/tui-win.c
  25. 6
      gdb/tui/tui-win.h
  26. 6
      gdb/tui/tui-windata.c
  27. 6
      gdb/tui/tui-windata.h
  28. 6
      gdb/tui/tui-wingeneral.c
  29. 6
      gdb/tui/tui-wingeneral.h
  30. 6
      gdb/tui/tui-winsource.c
  31. 6
      gdb/tui/tui-winsource.h
  32. 6
      gdb/tui/tui.c
  33. 6
      gdb/tui/tui.h

6
gdb/tui/tui-command.c

@ -1,6 +1,6 @@
/* Specific command window processing.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include <ctype.h>

6
gdb/tui/tui-command.h

@ -1,6 +1,6 @@
/* Specific command window processing.
Copyright 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_COMMAND_H
#define TUI_COMMAND_H

6
gdb/tui/tui-data.c

@ -1,6 +1,6 @@
/* TUI data manipulation routines.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "symtab.h"

6
gdb/tui/tui-data.h

@ -1,6 +1,6 @@
/* TUI data manipulation routines.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_DATA_H
#define TUI_DATA_H

6
gdb/tui/tui-disasm.c

@ -1,6 +1,6 @@
/* Disassembly display.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "symtab.h"

6
gdb/tui/tui-disasm.h

@ -1,6 +1,6 @@
/* Disassembly display.
Copyright 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_DISASM_H
#define TUI_DISASM_H

6
gdb/tui/tui-file.c

@ -1,5 +1,5 @@
/* UI_FILE - a generic STDIO like output stream.
Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "ui-file.h"

6
gdb/tui/tui-file.h

@ -1,5 +1,5 @@
/* UI_FILE - a generic STDIO like output stream.
Copyright 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_FILE_H
#define TUI_FILE_H

6
gdb/tui/tui-hooks.c

@ -1,6 +1,6 @@
/* GDB hooks for TUI.
Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GDB.
@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "symtab.h"

6
gdb/tui/tui-hooks.h

@ -1,6 +1,6 @@
/* External/Public TUI hools header file, for GDB the GNU debugger.
Copyright 2004 Free Software Foundation, Inc.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GDB.
@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_HOOKS_H
#define TUI_HOOKS_H

6
gdb/tui/tui-interp.c

@ -1,6 +1,6 @@
/* TUI Interpreter definitions for GDB, the GNU debugger.
Copyright 2003 Free Software Foundation, Inc.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GDB.
@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "interps.h"

6
gdb/tui/tui-io.c

@ -1,6 +1,6 @@
/* TUI support I/O functions.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "target.h"

6
gdb/tui/tui-io.h

@ -1,6 +1,6 @@
/* TUI support I/O functions.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_IO_H
#define TUI_IO_H

6
gdb/tui/tui-layout.c

@ -1,6 +1,6 @@
/* TUI layout window management.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "command.h"

6
gdb/tui/tui-layout.h

@ -1,6 +1,6 @@
/* TUI layout window management.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_LAYOUT_H
#define TUI_LAYOUT_H

6
gdb/tui/tui-main.c

@ -1,6 +1,6 @@
/* Main function for TUI gdb.
Copyright 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "main.h"

6
gdb/tui/tui-out.c

@ -1,6 +1,6 @@
/* Output generating routines for GDB CLI.
Copyright 1999, 2000, 2001, 2002, 2003, 2005
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
@ -20,8 +20,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "ui-out.h"

6
gdb/tui/tui-regs.c

@ -1,6 +1,6 @@
/* TUI display registers in window.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "tui/tui.h"

6
gdb/tui/tui-regs.h

@ -1,6 +1,6 @@
/* TUI display registers in window.
Copyright 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_REGS_H
#define TUI_REGS_H

6
gdb/tui/tui-source.c

@ -1,6 +1,6 @@
/* TUI display source window.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include <ctype.h>

6
gdb/tui/tui-source.h

@ -1,6 +1,6 @@
/* TUI display source window.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_SOURCE_H
#define TUI_SOURCE_H

6
gdb/tui/tui-stack.c

@ -1,6 +1,6 @@
/* TUI display locator.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "symtab.h"

6
gdb/tui/tui-stack.h

@ -1,6 +1,6 @@
/* TUI display locator.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_STACK_H
#define TUI_STACK_H

6
gdb/tui/tui-win.c

@ -1,6 +1,6 @@
/* TUI window generic functions.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
/* This module contains procedures for handling tui window functions
like resize, scrolling, scrolling, changing focus, etc.

6
gdb/tui/tui-win.h

@ -1,6 +1,6 @@
/* TUI window generic functions.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_WIN_H
#define TUI_WIN_H

6
gdb/tui/tui-windata.c

@ -1,6 +1,6 @@
/* Data/register window display.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "tui/tui.h"

6
gdb/tui/tui-windata.h

@ -1,6 +1,6 @@
/* Data/register window display.
Copyright 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_WINDATA_H
#define TUI_WINDATA_H

6
gdb/tui/tui-wingeneral.c

@ -1,6 +1,6 @@
/* General window behavior.
Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "tui/tui.h"

6
gdb/tui/tui-wingeneral.h

@ -1,6 +1,6 @@
/* General window behavior.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_WINGENERAL_H
#define TUI_WINGENERAL_H

6
gdb/tui/tui-winsource.c

@ -1,6 +1,6 @@
/* TUI display source/assembly window.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include <ctype.h>

6
gdb/tui/tui-winsource.h

@ -1,6 +1,6 @@
/* TUI display source/assembly window.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_SOURCEWIN_H
#define TUI_SOURCEWIN_H

6
gdb/tui/tui.c

@ -1,6 +1,6 @@
/* General functions for the WDB TUI.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "defs.h"
#include "gdbcmd.h"

6
gdb/tui/tui.h

@ -1,6 +1,6 @@
/* External/Public TUI Header File.
Copyright 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
Inc.
Contributed by Hewlett-Packard Company.
@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#ifndef TUI_H
#define TUI_H

Loading…
Cancel
Save