public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-tromey-python: Fixup error on executing the tcl testcase.
@ 2010-07-22 10:45 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2010-07-22 10:45 UTC (permalink / raw)
  To: archer-commits

The branch, archer-tromey-python has been updated
       via  f4c11c425f2366b2e5c9ed1f32ad38cd568fba74 (commit)
      from  e3a81ea4b30cb527412960526ddc67e4e26f15a2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit f4c11c425f2366b2e5c9ed1f32ad38cd568fba74
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Jul 22 12:45:12 2010 +0200

    Fixup error on executing the tcl testcase.

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/gdb.gdb/selftest.exp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
index 3ff2587..593aa55 100644
--- a/gdb/testsuite/gdb.gdb/selftest.exp
+++ b/gdb/testsuite/gdb.gdb/selftest.exp
@@ -94,10 +94,10 @@ proc do_steps_and_nexts {} {
 	    }
 	    -re ".*python_script = 0.*$gdb_prompt $" {
 		set description "step over python_script initialization"
-	    -re ".*pre_stat_chain = make_command_stats_cleanup.*$gdb_prompt $" {
-		set description "next over make_command_stats_cleanup and everything it calls"
 		set command "step"
 	    }
+	    -re ".*pre_stat_chain = make_command_stats_cleanup.*$gdb_prompt $" {
+		set description "next over make_command_stats_cleanup and everything it calls"
 		set command "next"
 	    }
 	    -re ".*START_PROGRESS.*$gdb_prompt $" {


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-22 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-22 10:45 [SCM] archer-tromey-python: Fixup error on executing the tcl testcase jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).