public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-tromey-python: Add missing close paren
@ 2009-07-01 15:56 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2009-07-01 15:56 UTC (permalink / raw)
  To: archer-commits

The branch, archer-tromey-python has been updated
       via  b8c34be98f1524f4343f5d8cba7836f9de61518d (commit)
      from  2d5ab2a86a7aad28f39825e8a0a04ae478def484 (commit)

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

- Log -----------------------------------------------------------------
commit b8c34be98f1524f4343f5d8cba7836f9de61518d
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Jul 1 09:54:58 2009 -0600

    Add missing close paren

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

Summary of changes:
 gdb/python/lib/gdb/command/backtrace.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/python/lib/gdb/command/backtrace.py b/gdb/python/lib/gdb/command/backtrace.py
index 689b94b..c49fd55 100644
--- a/gdb/python/lib/gdb/command/backtrace.py
+++ b/gdb/python/lib/gdb/command/backtrace.py
@@ -174,7 +174,7 @@ Use of the 'raw' qualifier avoids any filtering by loadable modules.
         # However, should still number as if starting from newest
 	newest_frame = gdb.selected_thread ().newest_frame ()
         iter = itertools.imap (FrameWrapper,
-                               FrameIterator (newest_frame)
+                               FrameIterator (newest_frame))
         if filter:
             iter = gdb.backtrace.create_frame_filter (iter)
 


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


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

only message in thread, other threads:[~2009-07-01 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-01 15:56 [SCM] archer-tromey-python: Add missing close paren tromey

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).