diff options
author | Pedro Alves <palves@redhat.com> | 2013-02-12 16:36:07 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-02-12 16:36:07 +0000 |
commit | 17282693e9e8c93e2bdd1dd28c6745994046291e (patch) | |
tree | c7a3f25119eb6ad1207a60b53e68fcccb9b6763d /gdb/testsuite/gdb.mi/mi-stepi.exp | |
parent | 43aaf8b6d65482181952f37192a795418457df26 (diff) | |
download | binutils-gdb-17282693e9e8c93e2bdd1dd28c6745994046291e.tar.gz |
Tweak intro comments to some MI test files.
A while ago I noticed there's some blind copy/pasting going on some test
intro comments. This fixes some instances, in the MI testsuite.
Tested on x86_64 Fedora 17.
testsuite/
2013-02-12 Pedro Alves <palves@redhat.com>
* gdb.mi/mi-basics.exp: Tweak intro comment.
* gdb.mi/mi-break.exp: Tweak intro comment.
* gdb.mi/mi-console.exp: Tweak intro comment.
* gdb.mi/mi-file.exp: Tweak intro comment.
* gdb.mi/mi-read-memory.exp: Tweak intro comment.
* gdb.mi/mi-return.exp: Tweak intro comment.
* gdb.mi/mi-stepi.exp: Tweak intro comment.
* gdb.mi/mi-until.exp: Tweak intro comment.
* gdb.mi/mi-watch.exp: Tweak intro comment.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-stepi.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-stepi.exp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-stepi.exp b/gdb/testsuite/gdb.mi/mi-stepi.exp index a890f4a0454..ebe76c77548 100644 --- a/gdb/testsuite/gdb.mi/mi-stepi.exp +++ b/gdb/testsuite/gdb.mi/mi-stepi.exp @@ -13,14 +13,12 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# Test Machine interface (MI) operations -# Verify that, using the MI, we can run a simple program and perform -# exec-step-instruction and exec-next-instruction. - -# The goal is not to -# test gdb functionality, which is done by other tests, but to verify -# the correct output response to MI operations. +# Test Machine interface (MI) operations +# +# Test MI's stepi and nexti equivalent commands. # +# The goal is not to test gdb functionality, which is done by other +# tests, but to verify the correct output response to MI operations. load_lib mi-support.exp set MIFLAGS "-i=mi" |