Switch the license of all .exp files to GPLv3.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / interp.exp
CommitLineData
6aba47ca 1# Copyright 2004, 2005, 2007 Free Software Foundation, Inc.
1b9afc04
NR
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
1b9afc04 6# (at your option) any later version.
e22f8b7c 7#
1b9afc04
NR
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#
1b9afc04 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/>.
1b9afc04
NR
15
16# interp.exp Test interpreter-exec command
17
18if $tracelevel then {
19 strace $tracelevel
20}
21
22gdb_start
23
74e5ef44
MK
24gdb_test "interpreter-exec mi \"-var-update *\"" "\\^done,changelist=[].*"
25gdb_test "interpreter-exec console \"show version\"" "GNU gdb .*"
1b9afc04
NR
26
27gdb_exit
This page took 0.219983 seconds and 4 git commands to generate.