only load python in vimrc when opening c,cpp files
[pygdb.git] / DbgTerminal.py
index 9c1d8b38b770ecef1f0eee25b3d82c3773f1f999..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()