fixed but about cond. breakpoint detection (?)
[pygdb.git] / DbgTerminal.py
index aa04b3d7900e8f6e721a615f4b982211db5dc4c7..ab365deb4245bde09116810e2ecdea9c84cbe779 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()