mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* gdb.hp/watch-cmd.exp: do not execute unless on hppa-hpux platform and compiled w/o GCC. * gdb.hp/watch-hp.exp: ditto. * gdb.hp/xdb1.exp: ditto. * gdb.hp/xdb2.exp: ditto. * gdb.hp/dbx.exp: ditto.
This commit is contained in:
@ -1,3 +1,16 @@
|
|||||||
|
Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||||
|
|
||||||
|
* gdb.hp/watch-cmd.exp: do not execute unless on hppa-hpux platform
|
||||||
|
and compiled w/o GCC.
|
||||||
|
|
||||||
|
* gdb.hp/watch-hp.exp: ditto.
|
||||||
|
|
||||||
|
* gdb.hp/xdb1.exp: ditto.
|
||||||
|
|
||||||
|
* gdb.hp/xdb2.exp: ditto.
|
||||||
|
|
||||||
|
* gdb.hp/dbx.exp: ditto.
|
||||||
|
|
||||||
Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
|
Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
* constvars.c: Remove C++-isms.
|
* constvars.c: Remove C++-isms.
|
||||||
|
@ -22,6 +22,7 @@ if $tracelevel then {
|
|||||||
strace $tracelevel
|
strace $tracelevel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
set testfile1 "average"
|
set testfile1 "average"
|
||||||
set testfile2 "sum"
|
set testfile2 "sum"
|
||||||
set testfile "dbx-test"
|
set testfile "dbx-test"
|
||||||
@ -43,6 +44,10 @@ if { [gdb_compile "${binfile1}.o ${binfile2}.o" ${binfile} executable {debug}]
|
|||||||
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [get_compiler_info ${binfile}] {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
if {[skip_hp_tests $gcc_compiled]} then { continue }
|
||||||
|
|
||||||
proc dbx_reinitialize_dir { subdir } {
|
proc dbx_reinitialize_dir { subdir } {
|
||||||
global gdb_prompt
|
global gdb_prompt
|
||||||
|
@ -35,6 +35,22 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# are we on a target board
|
||||||
|
if ![isnative] then {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if {![istarget "hppa*-*-hpux10.30"] && ![istarget "hppa*-*-hpux11.*"]} {
|
||||||
|
#setup_xfail "*-*.*"
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
if [get_compiler_info ${binfile}] {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
if {[skip_hp_tests $gcc_compiled]} then { continue }
|
||||||
|
|
||||||
|
|
||||||
gdb_exit
|
gdb_exit
|
||||||
gdb_start
|
gdb_start
|
||||||
delete_breakpoints
|
delete_breakpoints
|
||||||
@ -144,3 +160,6 @@ watchpoint_command_test
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,6 +33,11 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
|||||||
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [get_compiler_info ${binfile}] {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
if {[skip_hp_tests $gcc_compiled]} then { continue }
|
||||||
|
|
||||||
# Prepare for watchpoint tests by setting up two breakpoints and one
|
# Prepare for watchpoint tests by setting up two breakpoints and one
|
||||||
# watchpoint.
|
# watchpoint.
|
||||||
#
|
#
|
||||||
|
@ -23,6 +23,7 @@ if $tracelevel then {
|
|||||||
strace $tracelevel
|
strace $tracelevel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
global usestubs
|
global usestubs
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -38,6 +39,11 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
|||||||
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [get_compiler_info ${binfile}] {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
if {[skip_hp_tests $gcc_compiled]} then { continue }
|
||||||
|
|
||||||
global GDBFLAGS
|
global GDBFLAGS
|
||||||
set saved_gdbflags $GDBFLAGS
|
set saved_gdbflags $GDBFLAGS
|
||||||
|
|
||||||
|
@ -49,6 +49,13 @@ if { [gdb_compile "${binfile}0.o ${binfile}1.o" ${binfile} executable {debug}]
|
|||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if [get_compiler_info ${binfile}] {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
if {[skip_hp_tests $gcc_compiled]} then { continue }
|
||||||
|
|
||||||
|
|
||||||
global GDBFLAGS
|
global GDBFLAGS
|
||||||
set saved_gdbflags $GDBFLAGS
|
set saved_gdbflags $GDBFLAGS
|
||||||
set GDBFLAGS "$GDBFLAGS --xdb"
|
set GDBFLAGS "$GDBFLAGS --xdb"
|
||||||
|
Reference in New Issue
Block a user