* gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.

This commit is contained in:
Mark Kettenis
2008-01-26 13:56:37 +00:00
parent 8ee35d562f
commit 5def828572
2 changed files with 12 additions and 0 deletions

View File

@ -75,10 +75,18 @@ proc do_steps_and_nexts {} {
set description "step over execarg initialization"
set command "step"
}
-re ".*pidarg = NULL.*$gdb_prompt $" {
set description "step over pidarg initialization"
set command "step"
}
-re ".*corearg = NULL.*$gdb_prompt $" {
set description "step over corearg initialization"
set command "step"
}
-re ".*pid_or_core_arg = NULL.*$gdb_prompt $" {
set description "step over pid_or_core_arg initialization"
set command "step"
}
-re ".*cdarg = NULL.*$gdb_prompt $" {
set description "step over cdarg initialization"
set command "step"