mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
notice_open_fds.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-04-22 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
|
||||||
|
notice_open_fds.
|
||||||
|
|
||||||
2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
|
2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
|
* gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
|
||||||
|
@ -154,6 +154,10 @@ proc do_steps_and_nexts {} {
|
|||||||
set description "next over bfd_init"
|
set description "next over bfd_init"
|
||||||
set command "next"
|
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 $" {
|
-re ".*VEC_cleanup .cmdarg_s.*$gdb_prompt $" {
|
||||||
set description "next over cmdarg_s VEC_cleanup"
|
set description "next over cmdarg_s VEC_cleanup"
|
||||||
set command "next"
|
set command "next"
|
||||||
|
Reference in New Issue
Block a user