From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9860 invoked by alias); 2 Jan 2012 22:43:05 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 9825 invoked by uid 9674); 2 Jan 2012 22:43:04 -0000 Date: Mon, 02 Jan 2012 22:43:00 -0000 Message-ID: <20120102224304.9810.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-watchpoint3: Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3 X-Git-Refname: refs/heads/archer-jankratochvil-watchpoint3 X-Git-Reftype: branch X-Git-Oldrev: aa04840a371c3d9c7144bd651370c83319f728b3 X-Git-Newrev: c3028b82e4c65452d942caeb117ad86320615a9c X-SW-Source: 2012-q1/txt/msg00005.txt.bz2 List-Id: The branch, archer-jankratochvil-watchpoint3 has been updated via c3028b82e4c65452d942caeb117ad86320615a9c (commit) via 5d23df2e0487cfa9295d42267370bd781b38f74b (commit) via 485499f0183d5a6c7d45c9fad60e0f989236181c (commit) via e2cd66fd4c81a966c6708fc74857901a1583c6c3 (commit) via 641d898e09fd9711c714870902e4975bcd6ef738 (commit) via 2e3bac0ffeb9fe499785c6b2e4324652a965da0f (commit) via e5a03915cd98e1f5587c783a486bd79c81d34a63 (commit) from aa04840a371c3d9c7144bd651370c83319f728b3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit c3028b82e4c65452d942caeb117ad86320615a9c Merge: aa04840 5d23df2 Author: Jan Kratochvil Date: Mon Jan 2 23:42:56 2012 +0100 Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3 commit 5d23df2e0487cfa9295d42267370bd781b38f74b Merge: ad779fb 485499f Author: Jan Kratochvil Date: Mon Jan 2 23:42:54 2012 +0100 Merge branch 'f-cleanup-fork' into f-cleanup-fork-multifix commit 485499f0183d5a6c7d45c9fad60e0f989236181c Merge: 9aa2a5a e2cd66f Author: Jan Kratochvil Date: Mon Jan 2 23:42:54 2012 +0100 Merge branch 'f-cleanup' into f-cleanup-fork commit e2cd66fd4c81a966c6708fc74857901a1583c6c3 Merge: 46b0c1e 641d898 Author: Jan Kratochvil Date: Mon Jan 2 23:42:54 2012 +0100 Merge branch 'f' into f-cleanup commit 641d898e09fd9711c714870902e4975bcd6ef738 Author: Ulrich Weigand Date: Mon Jan 2 18:04:25 2012 +0000 * gdb.cell/fork.exp: Delete breakpoints after reaching main. * gdb.cell/gcore.exp: Likewise. * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break" to verify the correct instance of main is selected. commit 2e3bac0ffeb9fe499785c6b2e4324652a965da0f Author: Jan Kratochvil Date: Mon Jan 2 17:18:43 2012 +0000 gdb/ * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*) (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*) (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o. Revert this part of: 2012-01-02 Jan Kratochvil Build gdb directly from *.o files not using libgdb.a. * Makefile.in (COMMON_OBS): Remove solib-target.o. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 17 +++++++++++++++++ gdb/Makefile.in | 4 ++-- gdb/common/gdb_thread_db.h | 2 +- gdb/configure.tgt | 15 +++++++-------- gdb/dbxread.c | 2 +- gdb/environ.c | 4 ++-- gdb/gcore.h | 2 +- gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/terminal.h | 2 +- gdb/rs6000-tdep.h | 2 -- gdb/s390-nat.c | 2 +- gdb/testsuite/ChangeLog | 21 +++++++++++++++++++++ gdb/testsuite/dg-extract-results.sh | 2 +- gdb/testsuite/gdb.arch/gcore.c | 2 +- gdb/testsuite/gdb.arch/gdb1558.c | 2 +- gdb/testsuite/gdb.arch/i386-gnu-cfi.c | 2 +- gdb/testsuite/gdb.base/complex.c | 2 +- gdb/testsuite/gdb.base/cvexpr.c | 2 +- gdb/testsuite/gdb.base/gcore.c | 2 +- gdb/testsuite/gdb.base/gdb1555-main.c | 2 +- gdb/testsuite/gdb.base/gdb1555.c | 2 +- gdb/testsuite/gdb.base/gdb1821.c | 2 +- gdb/testsuite/gdb.base/long_long.c | 3 +-- gdb/testsuite/gdb.base/restore.c | 2 +- gdb/testsuite/gdb.base/sepdebug.c | 4 ++-- gdb/testsuite/gdb.base/type-opaque-lib.c | 2 +- gdb/testsuite/gdb.base/type-opaque-main.c | 2 +- gdb/testsuite/gdb.cell/fork.exp | 2 ++ gdb/testsuite/gdb.cell/gcore.exp | 2 ++ gdb/testsuite/gdb.cell/solib-symbol.exp | 17 ++++++++--------- gdb/testsuite/gdb.cp/maint.exp | 2 +- gdb/testsuite/gdb.cp/namespace1.cc | 2 +- gdb/testsuite/gdb.cp/pr9631.cc | 3 +-- gdb/testsuite/gdb.cp/psmang1.cc | 3 +-- gdb/testsuite/gdb.cp/psmang2.cc | 3 +-- gdb/testsuite/gdb.cp/try_catch.cc | 3 +-- gdb/testsuite/gdb.cp/virtfunc.cc | 2 +- gdb/testsuite/gdb.hp/gdb.base-hp/reg.exp | 3 +-- gdb/testsuite/gdb.mi/basics.c | 2 +- gdb/testsuite/gdb.mi/mi-stack.c | 2 +- gdb/testsuite/gdb.mi/mi-var-child.c | 2 +- gdb/testsuite/gdb.mi/mi2-var-child.exp | 3 ++- gdb/testsuite/gdb.mi/var-cmd.c | 2 +- gdb/testsuite/gdb.threads/thread_check.c | 2 +- gdb/tic6x-tdep.c | 3 +-- sim/common/ChangeLog | 5 +++++ sim/common/dv-sockser.h | 2 +- sim/common/sim-assert.h | 2 +- sim/common/sim-fpu.c | 2 +- sim/m32c/ChangeLog | 4 ++++ sim/m32c/blinky.S | 2 +- sim/m32c/gloss.S | 2 +- sim/m32c/sample.S | 2 +- sim/mn10300/ChangeLog | 4 ++++ sim/mn10300/sim-main.h | 2 +- sim/ppc/ChangeLog | 4 ++++ sim/ppc/dp-bit.c | 2 +- 57 files changed, 127 insertions(+), 74 deletions(-) First 500 lines of diff: diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0882b5f..bdb00c1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,22 @@ 2012-01-02 Jan Kratochvil + * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. + * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*) + (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*) + (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o. + Revert this part of: + 2012-01-02 Jan Kratochvil + Build gdb directly from *.o files not using libgdb.a. + * Makefile.in (COMMON_OBS): Remove solib-target.o. + +2012-01-02 Joel Brobecker + + * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c, + gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c: + Reformat the copyright header. + +2012-01-02 Jan Kratochvil + Revert this part of: 2012-01-02 Jan Kratochvil Remove the gdbtui binary. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 882bf2a..89776b9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -577,7 +577,7 @@ ALL_TARGET_OBS = \ bsd-uthread.o \ nbsd-tdep.o obsd-tdep.o \ sol2-tdep.o \ - solib-frv.o solib-irix.o solib-svr4.o solib-target.o \ + solib-frv.o solib-irix.o solib-svr4.o \ solib-som.o solib-pa64.o solib-darwin.o solib-dsbt.o \ dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \ remote-m32r-sdi.o remote-mips.o \ @@ -908,7 +908,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ reggroups.o regset.o \ trad-frame.o \ tramp-frame.o \ - solib.o \ + solib.o solib-target.o \ prologue-value.o memory-map.o memrange.o \ xml-support.o xml-syscall.o xml-utils.o \ target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \ diff --git a/gdb/common/gdb_thread_db.h b/gdb/common/gdb_thread_db.h index c770b0c..96ac988 100644 --- a/gdb/common/gdb_thread_db.h +++ b/gdb/common/gdb_thread_db.h @@ -15,7 +15,7 @@ #else /* Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gdb/configure.tgt b/gdb/configure.tgt index ebbe10b..178bad7 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -71,8 +71,7 @@ am33_2.0*-*-linux*) arm*-wince-pe | arm*-*-mingw32ce*) # Target: ARM based machine running Windows CE (win32) - gdb_target_obs="arm-tdep.o arm-wince-tdep.o corelow.o \ - solib-target.o" + gdb_target_obs="arm-tdep.o arm-wince-tdep.o corelow.o" build_gdbserver=yes ;; arm*-*-linux*) @@ -92,7 +91,7 @@ arm*-*-openbsd*) ;; arm*-*-symbianelf*) # Target: SymbianOS/arm - gdb_target_obs="arm-tdep.o solib-target.o arm-symbian-tdep.o" + gdb_target_obs="arm-tdep.o arm-symbian-tdep.o" ;; arm*-*-*) # Target: ARM embedded system @@ -179,7 +178,7 @@ i[34567]86-*-dicos*) # Target: DICOS/i386 gdb_target_obs="i386-tdep.o i387-tdep.o \ dicos-tdep.o i386-dicos-tdep.o \ - corelow.o solib-target.o" + corelow.o" ;; i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) # Target: FreeBSD/i386 @@ -231,13 +230,13 @@ i[34567]86-*-gnu*) i[34567]86-*-cygwin*) # Target: Intel 386 running win32 gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ - solib-target.o corelow.o windows-tdep.o" + corelow.o windows-tdep.o" build_gdbserver=yes ;; i[34567]86-*-mingw32*) # Target: Intel 386 running win32 gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ - solib-target.o corelow.o windows-tdep.o" + corelow.o windows-tdep.o" build_gdbserver=yes ;; i[34567]86-*-*) @@ -598,7 +597,7 @@ x86_64-*-dicos*) # Target: DICOS/x86-64 gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \ dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o \ - corelow.o solib-target.o" + corelow.o" ;; x86_64-*-linux*) # Target: GNU/Linux x86-64 @@ -618,7 +617,7 @@ x86_64-*-mingw*) # Target: MingW/amd64 gdb_target_obs="amd64-tdep.o amd64-windows-tdep.o \ i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ - solib-target.o windows-tdep.o" + windows-tdep.o" build_gdbserver=yes ;; x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 33c776f..2210af2 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -1,6 +1,6 @@ /* Read dbx symbol tables and convert to internal format, for GDB. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011. + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/environ.c b/gdb/environ.c index 62d23e6..73e278a 100644 --- a/gdb/environ.c +++ b/gdb/environ.c @@ -1,7 +1,7 @@ /* environ.c -- library for manipulating environments for GNU. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2005 - 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000, + 2003, 2005, 2007, 2008, 2009, 2010, 2011 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 diff --git a/gdb/gcore.h b/gdb/gcore.h index fc168d3..8fa7a7a 100644 --- a/gdb/gcore.h +++ b/gdb/gcore.h @@ -1,6 +1,6 @@ /* Support for reading/writing gcore files. - Copyright (C) 2009, Free Software Foundation, Inc. + Copyright (C) 2009 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index f9b8878..207c715 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2012-01-02 Joel Brobecker + * terminal.h: Reformat copyright header. + +2012-01-02 Joel Brobecker + * server.c (gdbserver_version): Update copyright year. * gdbreplay.c (gdbreplay_version): Likewise. diff --git a/gdb/gdbserver/terminal.h b/gdb/gdbserver/terminal.h index 843f039..661f4fe 100644 --- a/gdb/gdbserver/terminal.h +++ b/gdb/gdbserver/terminal.h @@ -1,5 +1,5 @@ /* Terminal interface definitions for the GDB remote server. - Copyright (C) 2002, Free Software Foundation, Inc. + Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index 50924be..6205fb5 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -1,6 +1,4 @@ /* Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. - Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/s390-nat.c b/gdb/s390-nat.c index bacbfd2..883620c 100644 --- a/gdb/s390-nat.c +++ b/gdb/s390-nat.c @@ -1,6 +1,6 @@ /* S390 native-dependent code for GDB, the GNU debugger. Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2009 - Free Software Foundation, Inc + Free Software Foundation, Inc. Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) for IBM Deutschland Entwicklung GmbH, IBM Corporation. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 91b9487..40bedc5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,24 @@ +2011-01-02 Ulrich Weigand + + * gdb.cell/fork.exp: Delete breakpoints after reaching main. + * gdb.cell/gcore.exp: Likewise. + * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break" + to verify the correct instance of main is selected. + +2012-01-02 Joel Brobecker + + * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c, + gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c, + gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c, + gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c, + gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c, + gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc, + gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc, + gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp, + gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c, + gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c, + gdb.threads/thread_check.c: Reformat copyright header. + 2011-12-30 Edjunior Machado * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64. diff --git a/gdb/testsuite/dg-extract-results.sh b/gdb/testsuite/dg-extract-results.sh index 0ad85cb..439ce4e 100755 --- a/gdb/testsuite/dg-extract-results.sh +++ b/gdb/testsuite/dg-extract-results.sh @@ -6,7 +6,7 @@ # The resulting file can be used with test result comparison scripts for # results from tests that were run in parallel. See usage() below. -# Copyright (C) 2008, 2009, 2010 Free Software Foundation +# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. # Contributed by Janis Johnson # # This file is part of GCC. diff --git a/gdb/testsuite/gdb.arch/gcore.c b/gdb/testsuite/gdb.arch/gcore.c index 5011e30..f9abbff 100644 --- a/gdb/testsuite/gdb.arch/gcore.c +++ b/gdb/testsuite/gdb.arch/gcore.c @@ -1,5 +1,5 @@ /* Copyright 2002, 2004, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/gdb1558.c b/gdb/testsuite/gdb.arch/gdb1558.c index 462fe50..1aa1136 100644 --- a/gdb/testsuite/gdb.arch/gdb1558.c +++ b/gdb/testsuite/gdb.arch/gdb1558.c @@ -1,5 +1,5 @@ /* Copyright 2004, 2005, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. + 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 diff --git a/gdb/testsuite/gdb.arch/i386-gnu-cfi.c b/gdb/testsuite/gdb.arch/i386-gnu-cfi.c index 645d173..546e37c 100644 --- a/gdb/testsuite/gdb.arch/i386-gnu-cfi.c +++ b/gdb/testsuite/gdb.arch/i386-gnu-cfi.c @@ -1,6 +1,6 @@ /* Unwinding of DW_CFA_GNU_negative_offset_extended test program. - Copyright 2007, Free Software Foundation, Inc. + Copyright 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/complex.c b/gdb/testsuite/gdb.base/complex.c index feeccd0..6e8996d 100644 --- a/gdb/testsuite/gdb.base/complex.c +++ b/gdb/testsuite/gdb.base/complex.c @@ -1,5 +1,5 @@ /* Copyright 2002, 2003, 2004, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/cvexpr.c b/gdb/testsuite/gdb.base/cvexpr.c index e1110f3..c68044d 100644 --- a/gdb/testsuite/gdb.base/cvexpr.c +++ b/gdb/testsuite/gdb.base/cvexpr.c @@ -1,5 +1,5 @@ /* Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. + 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 diff --git a/gdb/testsuite/gdb.base/gcore.c b/gdb/testsuite/gdb.base/gcore.c index 5011e30..f9abbff 100644 --- a/gdb/testsuite/gdb.base/gcore.c +++ b/gdb/testsuite/gdb.base/gcore.c @@ -1,5 +1,5 @@ /* Copyright 2002, 2004, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/gdb1555-main.c b/gdb/testsuite/gdb.base/gdb1555-main.c index 6bfd3f7..4c5fb57 100644 --- a/gdb/testsuite/gdb.base/gdb1555-main.c +++ b/gdb/testsuite/gdb.base/gdb1555-main.c @@ -1,6 +1,6 @@ /* Test step/next in a shared library - Copyright 2004, Free Software Foundation, Inc. + Copyright 2004 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/gdb1555.c b/gdb/testsuite/gdb.base/gdb1555.c index 6e6ec83..0905c25 100644 --- a/gdb/testsuite/gdb.base/gdb1555.c +++ b/gdb/testsuite/gdb.base/gdb1555.c @@ -1,6 +1,6 @@ /* Test step/next in a shared library - Copyright 2004, Free Software Foundation, Inc. + Copyright 2004 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/gdb1821.c b/gdb/testsuite/gdb.base/gdb1821.c index 8dfdb08..7e62ad6 100644 --- a/gdb/testsuite/gdb.base/gdb1821.c +++ b/gdb/testsuite/gdb.base/gdb1821.c @@ -1,6 +1,6 @@ /* Test printing of structure member names in gdb. PR exp/1821 - Copyright 2005, Free Software Foundation, Inc. + Copyright 2005 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/long_long.c b/gdb/testsuite/gdb.base/long_long.c index 9b5fa53..6d25eb1 100644 --- a/gdb/testsuite/gdb.base/long_long.c +++ b/gdb/testsuite/gdb.base/long_long.c @@ -1,7 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 1999, 2004, - Free Software Foundation, Inc. + Copyright 1999, 2004 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 diff --git a/gdb/testsuite/gdb.base/restore.c b/gdb/testsuite/gdb.base/restore.c index c9f246c..eaf79b7 100644 --- a/gdb/testsuite/gdb.base/restore.c +++ b/gdb/testsuite/gdb.base/restore.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1998, 1999, 2001, 2003, 2004, Free Software Foundation, Inc. + Copyright 1998, 1999, 2001, 2003, 2004 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 diff --git a/gdb/testsuite/gdb.base/sepdebug.c b/gdb/testsuite/gdb.base/sepdebug.c index 6d2bc96..273506c 100644 --- a/gdb/testsuite/gdb.base/sepdebug.c +++ b/gdb/testsuite/gdb.base/sepdebug.c @@ -1,5 +1,5 @@ -/* Copyright 1994, 1995, 1999, 2002, 2003, 2004, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. +/* Copyright 1994, 1995, 1999, 2002, 2003, 2004, 2007, 2008, 2009, 2010, + 2011 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 diff --git a/gdb/testsuite/gdb.base/type-opaque-lib.c b/gdb/testsuite/gdb.base/type-opaque-lib.c index fd21871..65a74a8 100644 --- a/gdb/testsuite/gdb.base/type-opaque-lib.c +++ b/gdb/testsuite/gdb.base/type-opaque-lib.c @@ -1,6 +1,6 @@ /* Test resolving of an opaque type from the loaded shared library. - Copyright 2007, Free Software Foundation, Inc. + Copyright 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/type-opaque-main.c b/gdb/testsuite/gdb.base/type-opaque-main.c index 77caa36..405bdca 100644 --- a/gdb/testsuite/gdb.base/type-opaque-main.c +++ b/gdb/testsuite/gdb.base/type-opaque-main.c @@ -1,6 +1,6 @@ /* Test resolving of an opaque type from the loaded shared library. - Copyright 2007, Free Software Foundation, Inc. + Copyright 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.cell/fork.exp b/gdb/testsuite/gdb.cell/fork.exp index b8c603d..0e713e8 100644 --- a/gdb/testsuite/gdb.cell/fork.exp +++ b/gdb/testsuite/gdb.cell/fork.exp @@ -61,6 +61,8 @@ if ![runto_main] then { return 0 } +delete_breakpoints + gdb_test_no_output "set spu stop-on-load" "set spu stop-on-load" gdb_test "continue" "Continuing\\..*Temporary breakpoint \[0-9\]+, main \\(speid=.*, argp=.*, envp=.*\\) at .*$spu_file\\.c:.*spu_write_out_intr_mbox.*" \ diff --git a/gdb/testsuite/gdb.cell/gcore.exp b/gdb/testsuite/gdb.cell/gcore.exp index 304657e..7986e56 100644 --- a/gdb/testsuite/gdb.cell/gcore.exp +++ b/gdb/testsuite/gdb.cell/gcore.exp @@ -65,6 +65,8 @@ if ![runto_main] then { return 0 } +delete_breakpoints + gdb_test "continue" ".*Aborted.*" set escapedfilename [string_to_regexp ${objdir}/${subdir}/gcore.test] diff --git a/gdb/testsuite/gdb.cell/solib-symbol.exp b/gdb/testsuite/gdb.cell/solib-symbol.exp index 274f776..dc262c8 100644 --- a/gdb/testsuite/gdb.cell/solib-symbol.exp +++ b/gdb/testsuite/gdb.cell/solib-symbol.exp @@ -61,20 +61,19 @@ if ![runto_main] then { return 0 } -# Breakpoint resolved in PPU thread. -gdb_test "break foo" \ - "Breakpoint.*file.*$ppu_file.c.*" \ - "br foo in break" +# Symbol resolved in PPU thread. +gdb_test "info symbol foo" \ + "foo in section \.text of .*$ppu_file\[\r\n\]+.*" \ + "info symbol foo in break" # Continue to SPU cont_spu_main check_spu_arch "" -# Breakpoint resolved in SPU thread. -delete_breakpoints -gdb_test "break foo" \ - "Breakpoint.*file.*$spu_file.c.*" \ - "br foo in $spu_file.c" +# Symbol resolved in SPU thread. +gdb_test "info symbol foo" \ + "foo in section \.text of .*$spu_file@.*" \ + "info symbol foo in break-spu" gdb_exit return 0 diff --git a/gdb/testsuite/gdb.cp/maint.exp b/gdb/testsuite/gdb.cp/maint.exp index 41c12a6..543501c 100644 --- a/gdb/testsuite/gdb.cp/maint.exp +++ b/gdb/testsuite/gdb.cp/maint.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004, 2006, 2011 Free Software Foundation Inc. +# Copyright 2003, 2004, 2006, 2011 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 diff --git a/gdb/testsuite/gdb.cp/namespace1.cc b/gdb/testsuite/gdb.cp/namespace1.cc index d646c94..71ed787 100644 --- a/gdb/testsuite/gdb.cp/namespace1.cc +++ b/gdb/testsuite/gdb.cp/namespace1.cc @@ -1,5 +1,5 @@ /* Copyright 2003, 2004, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. + 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 hooks/post-receive -- Repository for Project Archer.