public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-pmuldoon-python-backtrace: Remove unused file.
@ 2012-11-29 15:45 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2012-11-29 15:45 UTC (permalink / raw)
  To: archer-commits

The branch, archer-pmuldoon-python-backtrace has been updated
       via  fb356a89253f12087866787ebe9fea49c56f4c24 (commit)
      from  9c4ad516dd66a8fd201f3658fb61970ce57cd6d7 (commit)

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

- Log -----------------------------------------------------------------
commit fb356a89253f12087866787ebe9fea49c56f4c24
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Thu Nov 29 15:45:09 2012 +0000

    Remove unused file.

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

Summary of changes:
 gdb/python/lib/gdb/FrameFilter.py |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
 delete mode 100644 gdb/python/lib/gdb/FrameFilter.py

First 500 lines of diff:
diff --git a/gdb/python/lib/gdb/FrameFilter.py b/gdb/python/lib/gdb/FrameFilter.py
deleted file mode 100644
index 14b14a1..0000000
--- a/gdb/python/lib/gdb/FrameFilter.py
+++ /dev/null
@@ -1,17 +0,0 @@
-import gdb
-
-class FrameFilter():
-
-    name = "Default"
-    priority = 100
-    enabled = True
-
-    def __init__(self, name, pri, enb):
-        self.name = name
-        self.priority  = pri
-        self.enabled = enb
-
-        gdb.frame_filters[name] = self
-
-    def filter(iter):
-        return iter


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


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

only message in thread, other threads:[~2012-11-29 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-29 15:45 [SCM] archer-pmuldoon-python-backtrace: Remove unused file pmuldoon

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