+2008-01-26 Mark Kettenis <kettenis@gnu.org>
+
+ * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
+
2008-01-24 Nick Roberts <nickrob@snap.net.nz>
* gdb.mi/mi2-var-display.exp: Add value field to tests for output of
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"