OSDN Git Service

gdb/testsuite/
authorpalves <palves>
Fri, 12 Mar 2010 19:17:01 +0000 (19:17 +0000)
committerpalves <palves>
Fri, 12 Mar 2010 19:17:01 +0000 (19:17 +0000)
commit4e93dd68c7065b3aebe2b587db9a3c720a312574
tree72232c0260df3173debdad005d9533e5c46a157f
parentb5b0d9d52ceb69baeedc646027a2f9561fa2c958
gdb/testsuite/
* lib/gdb.exp (skip_stl_tests): New.
(gdb_compile): Symbian needs -ldl.
(shlib_target_file): New.
(shlib_symbol_file): New.
(gdb_load_shlibs): Use shlib_target_file.
* lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
* gdb.cp/exception.exp: Use skip_stl_tests.
* gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
* gdb.cp/try_catch.exp: Use skip_stl_tests.
* gdb.cp/mb-templates.exp: Ditto.
* gdb.base/commands.exp: Relax regexes.
* gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
shlib_target_file and shlib_symbol_file.
* gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
sections.
* gdb.base/ending-run.exp: Accept E32Main for symbian.
* gdb.base/solib-disc.exp: Use
shlib_target_file and shlib_symbol_file.
* gdb.base/unload.exp: Don't skip on symbian.  Use
shlib_target_file and shlib_symbol_file.
* gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
15 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/commands.exp
gdb/testsuite/gdb.base/ending-run.exp
gdb/testsuite/gdb.base/list.exp
gdb/testsuite/gdb.base/maint.exp
gdb/testsuite/gdb.base/solib-disc.exp
gdb/testsuite/gdb.base/unload.exp
gdb/testsuite/gdb.base/watchpoint-solib.exp
gdb/testsuite/gdb.cp/bs15503.exp
gdb/testsuite/gdb.cp/exception.exp
gdb/testsuite/gdb.cp/mb-templates.exp
gdb/testsuite/gdb.cp/try_catch.exp
gdb/testsuite/gdb.cp/userdef.exp
gdb/testsuite/lib/gdb.exp
gdb/testsuite/lib/mi-support.exp