* lib/gdb.exp (default_gdb_start): Fix typo.
authorFred Fish <fnf@specifix.com>
Sat, 30 Dec 1995 22:27:24 +0000 (22:27 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 30 Dec 1995 22:27:24 +0000 (22:27 +0000)
commit89e6c70d5330612f3963c11f58c0a7e116c059fa
tree4492faea91467545f7034feeb180ecd7a9051d6e
parentdcd6706b1a43516b767f57059e64a9bcb9206911
* lib/gdb.exp (default_gdb_start): Fix typo.
* gdb.base/corefile.exp: Allow "Core was generated by ..."
messages to not include the full program name that caused
the core dump since some systems (such as solaris) apparently
truncate this path to about 80 characters.
When generating a core file first try increasing the core file
size limit to unlimited since some systems may default it to
zero, and it is harmless to try it.  Move the test for failing
to generate a core file to where it will actually get executed.
* gdb.c++/templates.exp (test_ptype_of_templates): Accept
new gdb result from g++ debug info improvements and make old
pattern obsolescent.  Also account for size_t differences
(may be int or long).
* gdb.base/a1-selftest.exp (test_with_self): Check for case where
initialization before function call is placed in the delay slot
and thus appears to be skipped over by commands such as "next".
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a1-selftest.exp
gdb/testsuite/gdb.base/corefile.exp
This page took 0.026667 seconds and 4 git commands to generate.