From 1903502c83d5135f092c319e00a70da0a05c5e84 Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Wed, 16 Jun 2004 02:15:36 +0000 Subject: [PATCH] 2004-06-15 Michael Chastain * 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 | 6 ++++++ gdb/testsuite/gdb.base/long_long.exp | 9 +++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index dad8912..d49d618 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-06-15 Michael Chastain + + * 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 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little- diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp index 11308db..6d9f8e9 100644 --- a/gdb/testsuite/gdb.base/long_long.exp +++ b/gdb/testsuite/gdb.base/long_long.exp @@ -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 @@ -15,10 +15,6 @@ # 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. # -- 2.7.4