* gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
authorTom Tromey <tromey@redhat.com>
Tue, 22 Jan 2013 15:47:54 +0000 (15:47 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 22 Jan 2013 15:47:54 +0000 (15:47 +0000)
call.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.gdb/selftest.exp

index de5d075..1010c99 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
+       call.
+
 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
 
        * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
index 351fa87..55e13cf 100644 (file)
@@ -150,6 +150,10 @@ proc do_steps_and_nexts {} {
                set description "next over textdomain PACKAGE"
                set command "next"
            }
+           -re ".*bfd_init ..;.*$gdb_prompt $" {
+               set description "next over bfd_init"
+               set command "next"
+           }
            -re ".*VEC_cleanup .cmdarg_s.*$gdb_prompt $" {
                set description "next over cmdarg_s VEC_cleanup"
                set command "next"