* gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init

call.
This commit is contained in:
Tom Tromey 2013-01-22 15:47:54 +00:00
parent 8f1d5693d3
commit ea3aedcb6b
2 changed files with 9 additions and 0 deletions

View 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.

View 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"