]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.mi/mi-hack-cli.exp
Update years in copyright notice for the GDB files.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-hack-cli.exp
CommitLineData
8acc9f48 1# Copyright 1999-2013 Free Software Foundation, Inc.
fb40c209
AC
2
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
e22f8b7c 5# the Free Software Foundation; either version 3 of the License, or
fb40c209 6# (at your option) any later version.
e22f8b7c 7#
fb40c209
AC
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11# GNU General Public License for more details.
e22f8b7c 12#
fb40c209 13# You should have received a copy of the GNU General Public License
e22f8b7c 14# along with this program. If not, see <http://www.gnu.org/licenses/>.
fb40c209 15
fb40c209
AC
16
17# Some basic checks for the CLI.
18
19load_lib mi-support.exp
b30bf9ee 20set MIFLAGS "-i=mi"
fb40c209
AC
21
22gdb_exit
23if [mi_gdb_start] {
24 continue
25}
26
6884aa54 27mi_gdb_test "show architecture" \
fb40c209
AC
28 "&\"show architecture\\\\n\"\r\n~\"The target architecture.*\"\r\n\\^done" \
29 "show architecture"
30
6884aa54 31mi_gdb_test "47show architecture" \
fb40c209
AC
32 "&\"show architecture\\\\n\"\r\n~\"The target architecture.*\"\r\n47\\^done" \
33 "47show architecture"
34
35mi_gdb_exit
36return 0