* lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
define vxworks when building the testcase. * gdb.base/ptype.exp: Fix testnames to be unique. * gdb.base/radix.exp: Ditto. * gdb.base/term.exp: Ditto. * gdb.base/whatis.exp: Ditto. * gdb.c++/classes.exp: Ditto. More misc fixes.
This commit is contained in:
parent
7a2db4e54c
commit
b82a1bdb8b
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
|||
Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||
|
||||
* lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
|
||||
define vxworks when building the testcase.
|
||||
|
||||
* gdb.base/ptype.exp: Fix testnames to be unique.
|
||||
* gdb.base/radix.exp: Ditto.
|
||||
* gdb.base/term.exp: Ditto.
|
||||
* gdb.base/whatis.exp: Ditto.
|
||||
* gdb.c++/classes.exp: Ditto.
|
||||
|
||||
Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||
|
||||
* gdb.base/callfuncs.exp: Fix indentation.
|
||||
|
|
|
@ -79,7 +79,7 @@ if ![set_lang_chill] then {
|
|||
gdb_test "print a=a" { = TRUE}
|
||||
gdb_test "print a/=\$i" { = TRUE}
|
||||
|
||||
# This is PR 8870:
|
||||
# This is PR 8870
|
||||
gdb_test "break malloc" ".*"
|
||||
gdb_test {set var $j := m_set[b]} ".*invalid.*tuple.*"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue