[patch] Fix for gdb.gdb/selftest.exp failure
Paul Pluzhnikov
ppluzhnikov@google.com
Mon Nov 3 22:33:00 GMT 2008
Greetings,
I've committed and pushed the patch below as obvious.
Thanks,
--
Paul Pluzhnikov
2008-11-03 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.gdb/selftest.exp: captured_main source has changed.
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
index 4abe21a..fc69f9b 100644
--- a/gdb/testsuite/gdb.gdb/selftest.exp
+++ b/gdb/testsuite/gdb.gdb/selftest.exp
@@ -95,6 +95,10 @@ proc do_steps_and_nexts {} {
set description "step over ttyarg initialization"
set command "step"
}
+ -re ".*python_script = 0.*$gdb_prompt $" {
+ set description "step over python_script initialization"
+ set command "step"
+ }
-re ".*time_at_startup = get_run_time.*$gdb_prompt $" {
set description "next over get_run_time and everything it calls"
set command "next"
More information about the Archer
mailing list