OSDN Git Service

2009-10-12 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold>
Tue, 13 Oct 2009 07:57:28 +0000 (07:57 +0000)
committergingold <gingold>
Tue, 13 Oct 2009 07:57:28 +0000 (07:57 +0000)
* gdb.base/sepdebug.exp: Check debug info are found.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sepdebug.exp

index 64f2189..73d4ba3 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-13  Tristan Gingold  <gingold@adacore.com>
+
+       * gdb.base/sepdebug.exp: Check debug info are found.
+
 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
 
        * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
index 10eb49d..0962767 100644 (file)
@@ -61,6 +61,9 @@ gdb_exit
 gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
+if { $gdb_file_cmd_debug_info != "debug" } then {
+    fail "No debug information found."
+}
 
 if [target_info exists gdb_stub] {
     gdb_step_for_stub;