]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-6.6-buildid-locate.patch
- updated to fedora upstream
[packages/gdb.git] / gdb-6.6-buildid-locate.patch
index bc440b38bb6236a59b5cb9d8f1170f44e0c5341c..cfea671c461135182861893ff17f1d06746f9579 100644 (file)
@@ -985,3 +985,22 @@ Index: gdb-6.8.50.20090302/gdb/testsuite/lib/gdb.exp
      return 0;
  }
  
+--- ./gdb/testsuite/lib/mi-support.exp 2009-03-21 21:09:09.000000000 +0100
++++ ./gdb/testsuite/lib/mi-support.exp 2009-03-22 16:37:58.000000000 +0100
+@@ -221,6 +221,16 @@ proc default_mi_gdb_start { args } {
+           }
+       }
+     }
++    # Turn off the missing warnings as the testsuite does not expect it.
++    send_gdb "190-gdb-set build-id-verbose 0\n"
++    gdb_expect 10 {
++      -re ".*190-gdb-set build-id-verbose 0\r\n190\\\^done\r\n$mi_gdb_prompt$" {
++          verbose "Disabled the missing debug infos warnings." 2
++      }
++      timeout {
++          warning "Could not disable the missing debug infos warnings.."
++      }
++    }
+     detect_async
This page took 0.115221 seconds and 4 git commands to generate.