2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Wed, 16 Jun 2004 02:15:36 +0000 (02:15 +0000)
committerMichael Chastain <mec@google.com>
Wed, 16 Jun 2004 02:15:36 +0000 (02:15 +0000)
* gdb.base/long_long.exp: Remove reference to
bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
to gdb_breakpoint and gdb_continue_to_breakpoint.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/long_long.exp

index dad8912..d49d618 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/long_long.exp: Remove reference to
+       bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
+       to gdb_breakpoint and gdb_continue_to_breakpoint.
+
 2004-06-14  Jim Blandy  <jimb@redhat.com>
 
        * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
index 11308db..6d9f8e9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # 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
-
-
 # long_long.exp   Test printing of 64-bit things in 32-bit gdb.
 #                 Also test differnet kinds of formats.
 #
@@ -123,7 +119,8 @@ gdb_expect {
     default { }
 }
 
-gdb_test "n 4"   ".*38.*" "get to known place"
+gdb_breakpoint [gdb_get_line_number "Stop here and look"]
+gdb_continue_to_breakpoint "Stop here and look"
 
 # Check the hack for long long prints.
 #