diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-console.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-console.exp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-console.exp b/gdb/testsuite/gdb.mi/mi-console.exp index 16c3dbf031f..b7643e72d76 100644 --- a/gdb/testsuite/gdb.mi/mi-console.exp +++ b/gdb/testsuite/gdb.mi/mi-console.exp @@ -13,17 +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/>. +# 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. |