only load python in vimrc when opening c,cpp files
[pygdb.git] / DbgTerminal.py
index 5cc7b279e5e41f636c05ee8c95967a38309fe4e1..a899a6358bdbdc3a4f4c6896bb6d16d69f8c6dba 100644 (file)
@@ -199,6 +199,9 @@ class DbgTerminal (vte.Terminal):
        def setStepin(self):
                raise NotImplementedError()
 
+       def setStepout(self):
+               raise NotImplementedError()
+
        def setQuit(self):
                raise NotImplementedError()
 
@@ -214,6 +217,9 @@ class DbgTerminal (vte.Terminal):
        def listCodeSnippet(self):
                raise NotImplementedError()
 
+       def getBacktrace(self):
+               raise NotImplementedError()
+
        def waitForPrompt(self, his):           
                raise NotImplementedError()
 
@@ -237,6 +243,7 @@ def quitHandler(*w):
        except:
                pass
 
+
 def relToAbsPath(absfile, relfile):
        """When an absfile is given and a relfile is given by
        relative paths relative to absfile, determine the abs