From: Tom Tromey Date: Mon, 22 Apr 2013 20:18:23 +0000 (+0000) Subject: * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for X-Git-Tag: sid-snapshot-20130501~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f3305ed70a439ef622dc974ecbd759d68e33612;p=external%2Fbinutils.git * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for notice_open_fds. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 89c387c..2ecffc3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-04-22 Tom Tromey + + * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for + notice_open_fds. + 2013-04-22 Sergio Durigan Junior * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp index 55e13cf..5430aee 100644 --- a/gdb/testsuite/gdb.gdb/selftest.exp +++ b/gdb/testsuite/gdb.gdb/selftest.exp @@ -154,6 +154,10 @@ proc do_steps_and_nexts {} { set description "next over bfd_init" set command "next" } + -re ".*notice_open_fds ..;.*$gdb_prompt $" { + set description "next over notice_open_fds" + set command "next" + } -re ".*VEC_cleanup .cmdarg_s.*$gdb_prompt $" { set description "next over cmdarg_s VEC_cleanup" set command "next"