X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fpsymtab.exp;h=a68513022d38dcdefa4c1f26cf0c56234f6dfb02;hb=efa80663c6860c65971ea1d3e6284c2676074d10;hp=da51ebb2006cfa3cc68da1d48c270cf5537d4e74;hpb=b60f089831eca7b76afeb3c1d95369f8abcdcc98;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/psymtab.exp b/gdb/testsuite/gdb.base/psymtab.exp index da51ebb200..a68513022d 100644 --- a/gdb/testsuite/gdb.base/psymtab.exp +++ b/gdb/testsuite/gdb.base/psymtab.exp @@ -1,21 +1,17 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 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 -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # 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. - -# Please email any bugs, comments, and/or additions to this file to: -# bug-gdb@prep.ai.mit.edu +# along with this program. If not, see . # This file is part of the gdb testsuite @@ -31,8 +27,6 @@ if $tracelevel then { # test running programs # -set prms_id 0 -set bug_id 0 if { [skip_cplus_tests] } { continue } @@ -65,6 +59,11 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} +# Disable the prompt for whether to set pending breakpoints. +# We don't want a breakpoint, we just want to verify the symbol +# isn't found. +gdb_test_no_output "set breakpoint pending off" "psymtab pending setup" + # This test is looking for a bug that manifested itself when GDB was # looking for a partial symbol such that there wasn't such a partial # symbol in the psymtab, but such that the last psym in the psymtab @@ -72,4 +71,4 @@ gdb_load ${binfile} # zzz::dummy currently causes a search for 'zzz' in STRUCT_NAMESPACE # without a preceding search for 'zzz' in VAR_NAMESPACE. -gdb_test "break zzz::dummy" "Can't find member of namespace, class, struct, or union named \"zzz::dummy\"\r\n.*" "Don't search past end of psymtab." +gdb_test "break zzz::dummy" {Function "zzz::dummy" not defined\.} "Don't search past end of psymtab."