summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2009-08-24 20:27:16 +0000
committerMichael Snyder <msnyder@specifix.com>2009-08-24 20:27:16 +0000
commit6b5f8c123bc2ec7caae271391618a706f355eca5 (patch)
tree8ae1bcdca2f01954ecd794bef3b7e50b5e4ca20c /gdb
parentd8092aba33949865129234cd83a56a18de0749fb (diff)
downloadgdb-6b5f8c123bc2ec7caae271391618a706f355eca5.tar.gz
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/del.exp2
-rw-r--r--gdb/testsuite/gdb.base/step-bt.exp4
3 files changed, 8 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3f50961f469..4a7454ad066 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate.
diff --git a/gdb/testsuite/gdb.base/del.exp b/gdb/testsuite/gdb.base/del.exp
index 0b0c617612b..59ac91676bd 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 <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 {
diff --git a/gdb/testsuite/gdb.base/step-bt.exp b/gdb/testsuite/gdb.base/step-bt.exp
index c74b0505e4e..e28148bc597 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 <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