Fix gdb.base/solib-corrupted.exp after dtrace probes changes
authorPedro Alves <palves@redhat.com>
Fri, 20 Feb 2015 23:10:53 +0000 (23:10 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 20 Feb 2015 23:10:53 +0000 (23:10 +0000)
commitc5facdc449f43f79a7db6d7ec418caac18aa5c94
tree1cb74afdfc3f78e0f71c4a0fc44a9f592bd1e9e8
parent2db9a4275ceada4aad3443dc157b96dd2e23afc0
Fix gdb.base/solib-corrupted.exp after dtrace probes changes

Commit 6f9b8491 (Adapt `info probes' to support printing probes of
different types.) added a new type column to "info probes".  That
caused a solib-corrupted.exp regression:

 ~~~~~~~~~~~~~~~~~~~~~
 Running /home/pedro/gdb/mygit/src/gdb/testsuite/gdb.base/solib-corrupted.exp ...
 FAIL: gdb.base/solib-corrupted.exp: corrupted list

 === gdb Summary ===

 # of expected passes            2
 # of unexpected failures        1
 ~~~~~~~~~~~~~~~~~~~~~

Tested on x86_64 Fedora 20.

gdb/testsuite/ChangeLog:
2015-02-20  Pedro Alves  <palves@redhat.com>

* gdb.base/solib-corrupted.exp: Expect "stap" as first column of
info probes.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-corrupted.exp
This page took 0.045739 seconds and 4 git commands to generate.