From f9f7ad22a02bb276cd5b29000de15512a0a2c216 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Mon, 24 Aug 2009 20:27:17 +0000 Subject: [PATCH] 2009-08-24 Michael Snyder * gdb.base/del.exp: Fix typo in comment. * gdb.base/step-bt.exp: Fix cut and paste error in comment. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/del.exp | 2 +- gdb/testsuite/gdb.base/step-bt.exp | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3f50961..4a7454a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-08-24 Michael Snyder + + * gdb.base/del.exp: Fix typo in comment. + * gdb.base/step-bt.exp: Fix cut and paste error in comment. + 2009-08-22 Ralf Wildenhues * configure: Regenerate. diff --git a/gdb/testsuite/gdb.base/del.exp b/gdb/testsuite/gdb.base/del.exp index 0b0c617..59ac916 100644 --- a/gdb/testsuite/gdb.base/del.exp +++ b/gdb/testsuite/gdb.base/del.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# The intent of this testcase it to verify that various aliases and +# The intent of this testcase is to verify that various aliases and # shortcuts of the "delete" command never stop working. if $tracelevel then { diff --git a/gdb/testsuite/gdb.base/step-bt.exp b/gdb/testsuite/gdb.base/step-bt.exp index c74b050..e28148b 100644 --- a/gdb/testsuite/gdb.base/step-bt.exp +++ b/gdb/testsuite/gdb.base/step-bt.exp @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# The intent of this testcase it to verify that various aliases and -# shortcuts of the "delete" command never stop working. +# The intent of this testcase is to assure that backtrace works while +# single-stepping the instructions that prepare to call a function. if $tracelevel then { strace $tracelevel -- 2.7.4