diff options
author | Michael Chastain <mec@google.com> | 2004-06-16 02:15:36 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-06-16 02:15:36 +0000 |
commit | 1903502c83d5135f092c319e00a70da0a05c5e84 (patch) | |
tree | e305b163aff9931ecf65630aab1badb7e2226de4 /gdb | |
parent | f5ba702215117289efd91072e9153fbcb5a968df (diff) | |
download | gdb-1903502c83d5135f092c319e00a70da0a05c5e84.zip gdb-1903502c83d5135f092c319e00a70da0a05c5e84.tar.gz gdb-1903502c83d5135f092c319e00a70da0a05c5e84.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <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- 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. # |