mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
2003-04-08 Andrew Cagney <cagney@redhat.com>
* gdb792.exp: Skip when C++.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-04-08 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* gdb792.exp: Skip when C++.
|
||||||
|
|
||||||
2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
|
2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
* mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
|
* mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
# test gdb/792
|
# test gdb/792
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if { [skip_cplus_tests] } { continue }
|
||||||
|
|
||||||
load_lib mi-support.exp
|
load_lib mi-support.exp
|
||||||
set MIFLAGS "-i=mi"
|
set MIFLAGS "-i=mi"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user