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.
This commit is contained in:
parent
f5ba702215
commit
1903502c83
@ -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-
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user