1 # Copyright
1998, 1999 Free Software Foundation
, Inc.
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
5 # the Free Software Foundation
; either version
2 of the License
, or
6 #
(at your option
) any later version.
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.
13 # You should have received a copy of the GNU General Public License
14 # along with this
program; if not
, write to the Free Software
15 # Foundation
, Inc.
, 59 Temple Place
- Suite
330, Boston
, MA
02111-1307, USA.
17 # Please email
any bugs
, comments
, and
/or additions to this file to
:
18 # bug
-gdb@prep.ai.mit.edu
28 set testfile
"structs2"
29 set srcfile $
{testfile
}.c
30 set binfile $
{objdir
}/$
{subdir
}/$
{testfile
}
32 # Create and source the file that provides information about the compiler
33 # used to
compile the test case.
34 if [get_compiler_info $
{binfile
}] {
38 # build the first test case
39 if { [gdb_compile
"${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
40 # built the second test case since we can
't use prototypes
41 warning "Prototypes not supported, rebuilding with -DNO_PROTOTYPES"
42 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DNO_PROTOTYPES}] != "" } {
43 gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
48 # Start with a fresh gdb.
51 gdb_reinitialize_dir $srcdir/$subdir
54 gdb_test "set width 0" ""
56 if { ![runto_main] } then {
60 # Ok, we're finally ready to actually
do our tests.
67 "structs2 sanity check"
69 gdb_test
"break param_reg" \
70 "Breakpoint .* at .*" \
71 "structs2 breakpoint set"
73 if [test_compiler_info gcc
-3-*] {
74 setup_xfail hppa
*-* gcc
/15860
77 ".*pr_char=120.*pr_uchar=130.*pr_short=32000.*pr_ushort=33000.*bkpt = 1.*" \
80 if [test_compiler_info gcc
-3-*] {
81 setup_xfail hppa
*-* gcc
/15860
84 ".*pr_char=-126.*pr_uchar=120.*pr_short=-32536.*pr_ushort=32000.*bkpt = 1.*" \
89 gdb_stop_suppressing_tests