Automatic Copyright Year update after running gdb/copyright.py
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / start.exp
CommitLineData
88b9d363 1# Copyright 2005-2022 Free Software Foundation, Inc.
3be49e7a
JB
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
3be49e7a 6# (at your option) any later version.
e22f8b7c 7#
3be49e7a
JB
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#
3be49e7a 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/>.
3be49e7a 15
3be49e7a 16
0ab77f5f
TT
17standard_testfile
18
5b362f04 19if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} {
3be49e7a
JB
20 return -1
21}
22
fc9b693c
JK
23# This is a testcase specifically for the `start' GDB command. For regular
24# stop-in-main goal in the testcases consider using `runto_main' instead.
25
3be49e7a 26# For C programs, "start" should stop in main().
b741e217
DJ
27if { [gdb_start_cmd] < 0 } {
28 untested start
29 return -1
30}
3be49e7a 31
b741e217 32gdb_test "" \
3be49e7a
JB
33 "main \\(\\) at .*start.c.*" \
34 "start"
This page took 2.029172 seconds and 4 git commands to generate.