This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OB] test case comment fixes


Checked in as obvious.

2009-08-24  Michael Snyder  <msnyder@vmware.com>

	* gdb.base/del.exp: Fix typo in comment.
	* gdb.base/step-bt.exp: Fix cut and paste error in comment.

Index: gdb.base/del.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/del.exp,v
retrieving revision 1.6
diff -u -p -r1.6 del.exp
--- gdb.base/del.exp	3 Jan 2009 05:58:03 -0000	1.6
+++ gdb.base/del.exp	24 Aug 2009 20:26:27 -0000
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# 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 {
Index: gdb.base/step-bt.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/step-bt.exp,v
retrieving revision 1.6
diff -u -p -r1.6 step-bt.exp
--- gdb.base/step-bt.exp	3 Jan 2009 05:58:03 -0000	1.6
+++ gdb.base/step-bt.exp	24 Aug 2009 20:26:27 -0000
@@ -13,8 +13,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]