Consistent use of (C) after "Copyright".
While writing the previous patch, I noticed that we're not consistent with the (C) in the copyright header. The maintainers manual prefers having it, though also says it's optional. We have over 10x more files with (C) than without in gdb's code, so I spent a few minutes grepping and fixing. Funny enough, the testsuite has it backwards. I'll leave that for another time. gdb/ 2013-02-12 Pedro Alves <palves@redhat.com> * amd64-darwin-tdep.c: Add (C) after Copyright. * cli/cli-cmds.h: Ditto. * cli/cli-decode.c: Ditto. * cli/cli-decode.h: Ditto. * cli/cli-dump.c: Ditto. * cli/cli-dump.h: Ditto. * cli/cli-interp.c: Ditto. * cli/cli-logging.c: Ditto. * cli/cli-script.c: Ditto. * cli/cli-script.h: Ditto. * cli/cli-setshow.c: Ditto. * cli/cli-setshow.h: Ditto. * cli/cli-utils.c: Ditto. * cli/cli-utils.h: Ditto. * config/alpha/nm-osf3.h: Ditto. * config/djgpp/djconfig.sh: Ditto. * config/i386/nm-fbsd.h: Ditto. * config/i386/nm-i386gnu.h: Ditto. * config/nm-linux.h: Ditto. * config/nm-nto.h: Ditto. * config/rs6000/nm-rs6000.h: Ditto. * config/sparc/nm-sol2.h: Ditto. * darwin-nat-info.c: Ditto. * dfp.c: Ditto. * dfp.h: Ditto. * gdb-demangle.h: Ditto. * i386-darwin-nat.c: Ditto. * i386-darwin-tdep.c: Ditto. * linux-fork.h: Ditto. * m32c-tdep.c: Ditto. * microblaze-linux-tdep.c: Ditto. * microblaze-rom.c: Ditto. * microblaze-tdep.c: Ditto. * microblaze-tdep.h: Ditto. * mips-linux-tdep.h: Ditto. * ppc-ravenscar-thread.c: Ditto. * ppc-ravenscar-thread.h: Ditto. * prologue-value.c: Ditto. * prologue-value.h: Ditto. * ravenscar-thread.c: Ditto. * ravenscar-thread.h: Ditto. * sparc-ravenscar-thread.c: Ditto. * sparc-ravenscar-thread.h: Ditto. * tilegx-linux-tdep.c: Ditto. * unwind_stop_reasons.def: Ditto. * windows-nat.h: Ditto. * xtensa-linux-tdep.c: Ditto. * xtensa-xtregs.c: Ditto. * regformats/regdat.sh: Ditto. * regformats/regdef.h: Ditto. gdb/gdbserver/ 2013-02-12 Pedro Alves <palves@redhat.com> * linux-xtensa-low.c: Ditto. * xtensa-xtregs.c: Ditto.
This commit is contained in:
parent
6c01dd947c
commit
0b1afbb37b
@ -1,3 +1,56 @@
|
||||
2013-02-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* amd64-darwin-tdep.c: Add (C) after Copyright.
|
||||
* cli/cli-cmds.h: Ditto.
|
||||
* cli/cli-decode.c: Ditto.
|
||||
* cli/cli-decode.h: Ditto.
|
||||
* cli/cli-dump.c: Ditto.
|
||||
* cli/cli-dump.h: Ditto.
|
||||
* cli/cli-interp.c: Ditto.
|
||||
* cli/cli-logging.c: Ditto.
|
||||
* cli/cli-script.c: Ditto.
|
||||
* cli/cli-script.h: Ditto.
|
||||
* cli/cli-setshow.c: Ditto.
|
||||
* cli/cli-setshow.h: Ditto.
|
||||
* cli/cli-utils.c: Ditto.
|
||||
* cli/cli-utils.h: Ditto.
|
||||
* config/alpha/nm-osf3.h: Ditto.
|
||||
* config/djgpp/djconfig.sh: Ditto.
|
||||
* config/i386/nm-fbsd.h: Ditto.
|
||||
* config/i386/nm-i386gnu.h: Ditto.
|
||||
* config/nm-linux.h: Ditto.
|
||||
* config/nm-nto.h: Ditto.
|
||||
* config/rs6000/nm-rs6000.h: Ditto.
|
||||
* config/sparc/nm-sol2.h: Ditto.
|
||||
* darwin-nat-info.c: Ditto.
|
||||
* dfp.c: Ditto.
|
||||
* dfp.h: Ditto.
|
||||
* gdb-demangle.h: Ditto.
|
||||
* i386-darwin-nat.c: Ditto.
|
||||
* i386-darwin-tdep.c: Ditto.
|
||||
* linux-fork.h: Ditto.
|
||||
* m32c-tdep.c: Ditto.
|
||||
* microblaze-linux-tdep.c: Ditto.
|
||||
* microblaze-rom.c: Ditto.
|
||||
* microblaze-tdep.c: Ditto.
|
||||
* microblaze-tdep.h: Ditto.
|
||||
* mips-linux-tdep.h: Ditto.
|
||||
* ppc-ravenscar-thread.c: Ditto.
|
||||
* ppc-ravenscar-thread.h: Ditto.
|
||||
* prologue-value.c: Ditto.
|
||||
* prologue-value.h: Ditto.
|
||||
* ravenscar-thread.c: Ditto.
|
||||
* ravenscar-thread.h: Ditto.
|
||||
* sparc-ravenscar-thread.c: Ditto.
|
||||
* sparc-ravenscar-thread.h: Ditto.
|
||||
* tilegx-linux-tdep.c: Ditto.
|
||||
* unwind_stop_reasons.def: Ditto.
|
||||
* windows-nat.h: Ditto.
|
||||
* xtensa-linux-tdep.c: Ditto.
|
||||
* xtensa-xtregs.c: Ditto.
|
||||
* regformats/regdat.sh: Ditto.
|
||||
* regformats/regdef.h: Ditto.
|
||||
|
||||
2013-02-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* break-catch-sig.c: Update copyright years.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Darwin support for GDB, the GNU debugger.
|
||||
Copyright 1997-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Apple Computer, Inc.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Header file for GDB CLI command implementation library.
|
||||
Copyright (c) 2000-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2013 Free Software Foundation, Inc.
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Handle lists of commands, their decoding and documentation, for GDB.
|
||||
|
||||
Copyright (c) 1986-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1986-2013 Free Software Foundation, Inc.
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Header file for GDB command decoding library.
|
||||
|
||||
Copyright (c) 2000-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2013 Free Software Foundation, Inc.
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Dump-to-file commands, for GDB, the GNU debugger.
|
||||
|
||||
Copyright (c) 2002-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Red Hat.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Dump-to-file commands, for GDB, the GNU debugger.
|
||||
|
||||
Copyright (c) 2001-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* CLI Definitions for GDB, the GNU debugger.
|
||||
|
||||
Copyright (c) 2002-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Command-line output logging for GDB, the GNU debugger.
|
||||
|
||||
Copyright (c) 2003-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* GDB CLI command scripting.
|
||||
|
||||
Copyright (c) 1986-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1986-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Header file for GDB CLI command implementation library.
|
||||
Copyright (c) 2000-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2013 Free Software Foundation, Inc.
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Handle set and show GDB commands.
|
||||
|
||||
Copyright (c) 2000-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2013 Free Software Foundation, Inc.
|
||||
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Header file for GDB CLI set and show commands implementation.
|
||||
Copyright (c) 2000-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2013 Free Software Foundation, Inc.
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* CLI utilities.
|
||||
|
||||
Copyright (c) 2011-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* CLI utilities.
|
||||
|
||||
Copyright (c) 2011-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Native definitions for alpha running OSF/1-3.x and higher, using procfs.
|
||||
Copyright 1995-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# configuring other GNU programs for DJGPP.
|
||||
#
|
||||
#=====================================================================
|
||||
# Copyright 1997-2013 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
||||
#
|
||||
# Originally written by Robert Hoehne, revised by Eli Zaretskii.
|
||||
# This file is part of GDB.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Native-dependent definitions for FreeBSD/i386.
|
||||
|
||||
Copyright 1986-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1986-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Native-dependent definitions for Intel 386 running the GNU Hurd
|
||||
Copyright 1994-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Native support for GNU/Linux.
|
||||
|
||||
Copyright 1999-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Native support for QNX Neutrino version 6.
|
||||
|
||||
Copyright 2003-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2013 Free Software Foundation, Inc.
|
||||
|
||||
This code was donated by QNX Software Systems Ltd.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* IBM RS/6000 native-dependent macros for GDB, the GNU debugger.
|
||||
Copyright 1986-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1986-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Native-dependent definitions for Solaris SPARC.
|
||||
|
||||
Copyright 2003-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Darwin support for GDB, the GNU debugger.
|
||||
Copyright 1997-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Apple Computer, Inc.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Decimal floating point support for GDB.
|
||||
|
||||
Copyright 2007-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2007-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Decimal floating point support for GDB.
|
||||
|
||||
Copyright 2007-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2007-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Basic C++ demangling support for GDB.
|
||||
Copyright (c) 2011-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2013-02-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* linux-xtensa-low.c: Ditto.
|
||||
* xtensa-xtregs.c: Ditto.
|
||||
|
||||
2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
|
||||
|
||||
* thread-db.c (thread_db_get_tls_address): NULL pointer check
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* GNU/Linux/Xtensa specific low level interface, for the remote server for GDB.
|
||||
Copyright 2007-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2007-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Table mapping between kernel xtregset and GDB register cache.
|
||||
Copyright 2007-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2007-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Darwin support for GDB, the GNU debugger.
|
||||
Copyright 1997-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Apple Computer, Inc.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Darwin support for GDB, the GNU debugger.
|
||||
Copyright 1997-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Apple Computer, Inc.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* GNU/Linux native-dependent code for debugging multiple forks.
|
||||
|
||||
Copyright 2005-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Renesas M32C target-dependent code for GDB, the GNU debugger.
|
||||
|
||||
Copyright 2004-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Target-dependent code for Xilinx MicroBlaze.
|
||||
|
||||
Copyright 2009-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Remote debugging interface to Xilinx MicroBlaze.
|
||||
|
||||
Copyright 2009-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Target-dependent code for Xilinx MicroBlaze.
|
||||
|
||||
Copyright 2009-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Target-dependent code for Xilinx MicroBlaze.
|
||||
|
||||
Copyright 2009-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Target-dependent code for GNU/Linux on MIPS processors.
|
||||
|
||||
Copyright 2006-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2006-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Ravenscar PowerPC target support.
|
||||
|
||||
Copyright 2011-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Ravenscar PowerPC target support.
|
||||
|
||||
Copyright 2012-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Prologue value handling for GDB.
|
||||
Copyright 2003-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Interface to prologue value handling for GDB.
|
||||
Copyright 2003-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Ada Ravenscar thread support.
|
||||
|
||||
Copyright 2004-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Ada Ravenscar thread support.
|
||||
|
||||
Copyright 2004-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -u
|
||||
|
||||
# Register protocol definitions for GDB, the GNU debugger.
|
||||
# Copyright 2001-2013 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GDB.
|
||||
#
|
||||
@ -94,7 +94,7 @@ cat <<EOF
|
||||
/* *INDENT-OFF* */ /* THIS FILE IS GENERATED */
|
||||
|
||||
/* A register protocol for GDB, the GNU debugger.
|
||||
Copyright 2001, 2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Register protocol definition structures for the GNU Debugger
|
||||
Copyright 2001-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Ravenscar SPARC target support.
|
||||
|
||||
Copyright 2004-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Ravenscar SPARC target support.
|
||||
|
||||
Copyright 2012-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Target-dependent code for GNU/Linux on Tilera TILE-Gx processors.
|
||||
|
||||
Copyright 2012-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright 2011-2013 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright 2008-2013 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Target-dependent code for GNU/Linux on Xtensa processors.
|
||||
|
||||
Copyright 2007-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2007-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Table mapping between kernel xtregset and GDB register cache.
|
||||
Copyright 2007-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2007-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user