mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 21:49:40 +00:00
* gdb.base/interrupt.exp: Correct logic for skipping tests on
targets that don't support interrupts.
This commit is contained in:
parent
0fe7bf7bb4
commit
eecf4bedc4
@ -1,3 +1,8 @@
|
||||
2002-07-18 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.base/interrupt.exp: Correct logic for skipping tests on
|
||||
targets that don't support interrupts.
|
||||
|
||||
2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
|
||||
|
||||
* gdb.base/attach.exp: Add patterns to match output from /proc-based
|
||||
|
@ -18,11 +18,9 @@
|
||||
# Please email any bugs, comments, and/or additions to this file to:
|
||||
# bug-gdb@prep.ai.mit.edu
|
||||
|
||||
if [host_info exists name] {
|
||||
if [board_info host exists gdb,nointerrupts] {
|
||||
verbose "Skipping interrupt.exp because of nointerrupts."
|
||||
continue
|
||||
}
|
||||
if [target_info exists gdb,nointerrupts] {
|
||||
verbose "Skipping interrupt.exp because of nointerrupts."
|
||||
continue
|
||||
}
|
||||
|
||||
if [target_info exists gdb,noinferiorio] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user