From 1b7d4581838f18bfc760b78307417860e63dbcd3 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 13 May 2002 01:18:19 +0000 Subject: 2002-05-12 Daniel Jacobowitz * gdb.base/break.exp: Check 'break "marker2"'. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/break.exp | 15 ++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index acca303db7c..9a857324d73 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-05-12 Daniel Jacobowitz + + * gdb.base/break.exp: Check 'break "marker2"'. + 2002-05-10 Michael Snyder * gdb.base/long_long.exp: Fix typo. diff --git a/gdb/testsuite/gdb.base/break.exp b/gdb/testsuite/gdb.base/break.exp index 166f097eb57..e3aa922bc50 100644 --- a/gdb/testsuite/gdb.base/break.exp +++ b/gdb/testsuite/gdb.base/break.exp @@ -1,5 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000 +# 2000, 2002 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -83,6 +83,13 @@ gdb_test "break main" \ "Breakpoint.*at.* file .*$srcfile, line.*" \ "breakpoint function" +# +# test break at quoted function +# +gdb_test "break \"marker2\"" \ + "Breakpoint.*at.* file .*$srcfile, line.*" \ + "breakpoint quoted function" + # # test break at function in file # @@ -150,6 +157,7 @@ if {$hp_aCC_compiler} { gdb_test "info break" \ "Num Type\[ \]+Disp Enb Address\[ \]+What.* \[0-9\]+\[\t \]+breakpoint keep y.* in main at .*$srcfile:$main_line.* +\[0-9\]+\[\t \]+breakpoint keep y.* in marker2 at .*$srcfile:4\[49\].* \[0-9\]+\[\t \]+breakpoint keep y.* in factorial$proto at .*$srcfile:96.* \[0-9\]+\[\t \]+breakpoint keep y.* in main at .*$srcfile:79.* \[0-9\]+\[\t \]+breakpoint keep y.* in main at .*$srcfile:79.* @@ -208,6 +216,11 @@ for {set i 6} {$i >= 1} {incr i -1} { "run until file:function($i) breakpoint" } +# +# Run until the breakpoint set at a quoted function +# +gdb_test continue "Continuing\\..*Breakpoint \[0-9\]+, (0x\[0-9a-f\]+ in )?marker2 \\(a=43\\) at .*$srcfile:4\[49\].*" \ + "run until quoted breakpoint" # # run until the file:function breakpoint at a line number in a file # -- cgit v1.2.1