Tweak intro comments to some MI test files.
authorPedro Alves <palves@redhat.com>
Tue, 12 Feb 2013 16:36:07 +0000 (16:36 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 12 Feb 2013 16:36:07 +0000 (16:36 +0000)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-basics.exp
gdb/testsuite/gdb.mi/mi-break.exp
gdb/testsuite/gdb.mi/mi-console.exp
gdb/testsuite/gdb.mi/mi-file.exp
gdb/testsuite/gdb.mi/mi-read-memory.exp
gdb/testsuite/gdb.mi/mi-return.exp
gdb/testsuite/gdb.mi/mi-stepi.exp
gdb/testsuite/gdb.mi/mi-until.exp
gdb/testsuite/gdb.mi/mi-watch.exp

index ae8043c930dfd46cdd124f0a08827896005e4910..a55d95fef98ca6709f63ec6dc055629f0e6fc5da 100644 (file)
@@ -1,3 +1,15 @@
+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.
+
 2013-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
 
        * gdb.server/no-thread-db.exp: New file.
index e40b63a854c3a12a51988220dcec88a51fa90822..8ec93880579e1cbb49513aba568460f5f62c2420 100644 (file)
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #
-# test basic Machine interface (MI) operations
+# 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,
index 41f9dc1abaaa18d13140513d812c6ec85769b4d7..9cf0126dc901322c81810b09a125438089098181 100644 (file)
 # 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
 #
-# Test essential Machine interface (MI) operations
-#
-# Verify that, using the MI, we can run a simple program and perform basic
-# debugging activities like: insert breakpoints, run the program,
-# step, next, continue until it ends and, last but not least, quit.
-#
-# 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 MI breakpoint 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"
index 16c3dbf031f88318b19c7368f56d81f0bccd4c01..b7643e72d7618a0bcf0fa5da52c0ef273523d7c0 100644 (file)
 # 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 inferior console output, with MI.
 #
-# Test essential Machine interface (MI) operations
-#
-# Verify that, using the MI, we can run a simple program and perform basic
-# debugging activities like: insert breakpoints, run the program,
-# step, next, continue until it ends and, last but not least, quit.
-#
-# The goal is not to test gdb functionality, which is done by other tests,
-# but to verify the correct output response to MI operations.
-#
-
 # This test only works when talking to a target that routes its output
 # through GDB.  Check that we're either talking to a simulator or a
 # remote target.
index f5dca0fec9a5def971f7ebc79addd04bc0104a65..08e625f6b413307a662e32f914bfbc6bd933e132 100644 (file)
 # 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 essential Machine interface (MI) operations
-#
-# Verify that, using the MI, we can run a simple program and perform basic
-# debugging activities like: insert breakpoints, run the program,
-# step, next, continue until it ends and, last but not least, quit.
-#
-# 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 -file-list-exec-source-files.
 
 load_lib mi-support.exp
 set MIFLAGS "-i=mi"
index 08852b5a5a6c5d187281a5c3164bbcccbde49432..86cdfc76758d04e03067ab146a54b1affc1531a4 100644 (file)
 # 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"
index be09c7f953ba2c9b015a90eaa069c240dca280ff..3cfe1775ff118fb5d47f1866f72b547ad045463b 100644 (file)
 # 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 
+# Test Machine interface (MI) operations
+#
 # Verify that, using the MI, we can run a simple program and perform
-# exec-return.  
-
-# The goal is not to
-# test gdb functionality, which is done by other tests, but to verify
-# the correct output response to MI operations.  
+# exec-return.
 #
+# 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"
index a890f4a0454cdf16d61876816e361a9eb064edc4..ebe76c7754886388c20f8c95f0f8e7d91dffa266 100644 (file)
 # 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"
index 2e075df9a289f6a00ed88d1afed12d4e44d7e35c..fce7b370f08c3b74ce48bff8aaae79f19e5e9c37 100644 (file)
 # 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 
+# Test Machine interface (MI) operations
+#
 # Verify that, using the MI, we can run a simple program and perform
-# exec-until.  
-
-# The goal is not to
-# test gdb functionality, which is done by other tests, but to verify
-# the correct output response to MI operations.  
+# exec-until.
 #
+# 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"
index 1b9ae44f867102225486116286f4ee9879523466..858a8c1c6efad667696c6efffd281f8175d9e544 100644 (file)
 # 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
 #
-# Test essential Machine interface (MI) operations
-#
-# Verify that, using the MI, we can run a simple program and perform basic
-# debugging activities like: insert breakpoints, run the program,
-# step, next, continue until it ends and, last but not least, quit.
-#
-# 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 MI watchpoint 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"