diff options
author | Michael Snyder <msnyder@vmware.com> | 2009-08-24 20:27:17 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2009-08-24 20:27:17 +0000 |
commit | f9f7ad22a02bb276cd5b29000de15512a0a2c216 (patch) | |
tree | 8e995182567341d91bf872bf501fbc9f0a48247c /gdb/testsuite/gdb.base/step-bt.exp | |
parent | d444d2baeac99766e9d2aa61e4ad91e6bb4778e7 (diff) | |
download | gdb-f9f7ad22a02bb276cd5b29000de15512a0a2c216.zip gdb-f9f7ad22a02bb276cd5b29000de15512a0a2c216.tar.gz gdb-f9f7ad22a02bb276cd5b29000de15512a0a2c216.tar.bz2 |
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/testsuite/gdb.base/step-bt.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/step-bt.exp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 |