summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-read-memory.exp
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-02-12 16:36:07 +0000
committerPedro Alves <palves@redhat.com>2013-02-12 16:36:07 +0000
commit17282693e9e8c93e2bdd1dd28c6745994046291e (patch)
treec7a3f25119eb6ad1207a60b53e68fcccb9b6763d /gdb/testsuite/gdb.mi/mi-read-memory.exp
parent43aaf8b6d65482181952f37192a795418457df26 (diff)
downloadbinutils-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-read-memory.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-read-memory.exp12
1 files changed, 1 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-read-memory.exp b/gdb/testsuite/gdb.mi/mi-read-memory.exp
index 08852b5a5a6..86cdfc76758 100644
--- a/gdb/testsuite/gdb.mi/mi-read-memory.exp
+++ b/gdb/testsuite/gdb.mi/mi-read-memory.exp
@@ -13,17 +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/>.
-#
-# test basic Machine interface (MI) operations
-#
-# Verify that, using the MI, we can load a program and do
-# other basic things that are used by all test files through mi_gdb_exit,
-# mi_gdb_start, mi_delete_breakpoints, mi_gdb_reinitialize_dir and
-# mi_gdb_load, so we can safely use those.
-#
-# The goal is not to test gdb functionality, which is done by other tests,
-# but the command syntax and correct output response to MI operations.
-#
+# Test -data-read-memory.
load_lib mi-support.exp
set MIFLAGS "-i=mi"