X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=DbgTerminal.py;h=afeca3de2d2cf1cccbddbbc3c0477d661782c056;hb=3c94180482e4ccd256f087ff182278f083a94276;hp=c854bbaab2a449e344fcdbc7c5615e14a207b558;hpb=b7f4eaf787ec9c54f36cce00bb294a8be2a862c3;p=pygdb.git diff --git a/DbgTerminal.py b/DbgTerminal.py index c854bba..afeca3d 100644 --- a/DbgTerminal.py +++ b/DbgTerminal.py @@ -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()