mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2010-08-18 Yao Qi <yao@codesourcery.com>
* gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case to reflect latest c source file.
This commit is contained in:
parent
f9b42018ba
commit
96e254033d
@ -1,3 +1,8 @@
|
||||
2010-08-18 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
|
||||
to reflect latest c source file.
|
||||
|
||||
2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.cp/infcall-dlopen.exp: New file.
|
||||
|
@ -185,11 +185,15 @@ proc do_steps_and_nexts {} {
|
||||
set description "step over instream initialization"
|
||||
set command "step"
|
||||
}
|
||||
-re ".*getcwd .gdb_dirbuf, sizeof .gdb_dirbuf..;.*$gdb_prompt $" {
|
||||
-re ".*getcwd .gdb_dirbuf, sizeof .gdb_dirbuf.*$gdb_prompt $" {
|
||||
set description "next over getcwd"
|
||||
set command "next"
|
||||
}
|
||||
-re ".*quit_flag = 0.*$gdb_prompt $" {
|
||||
-re ".*gdb_program_name = xstrdup.*$gdb_prompt $" {
|
||||
set description "next over xstrdup"
|
||||
set command "next"
|
||||
}
|
||||
-re ".*quit_flag = 0.*$gdb_prompt $" {
|
||||
set description "step over quit_flag initialization"
|
||||
set command "step"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user