Adding a source view
[pygdb.git] / DbgTerminal.py
index c854bbaab2a449e344fcdbc7c5615e14a207b558..afeca3de2d2cf1cccbddbbc3c0477d661782c056 100644 (file)
@@ -193,6 +193,9 @@ class DbgTerminal (vte.Terminal):
        def getExpression(self, expr):
                raise NotImplementedError()
 
+       def listCodeSnippet(self):
+               raise NotImplementedError()
+
        def waitForPrompt(self, his):           
                raise NotImplementedError()